COLOR #259FAB

HEX: #259FAB RGB: (37,159,171)

Color info

#259FAB contains mainly green and blue colors. Web safe color of #259FAB is #339999 (or #399).

RGB color model

#259FAB color RGB value is (37,159,171).

RGB: (37,159,171) (15%, 62%, 67%)

RGB channels and saturation

R 37 of 255 = 15%
G 159 of 255 = 62%
B 171 of 255 = 67%

37
159
171

R + G + B ~ 48%. #259FAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 37 + 159 + 171 = 367 (100%)
R 37 of 367 ~ 10.08%
G 159 of 367 ~ 43.32%
B 171 of 367 ~ 46.59'%

%43.32
%46.59

CMYK color model

#259FAB color CMYK value is (78,7,0,33).

  • cyan value is 78.36%
  • magenta value is 7.02%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (78,7,0,33)
C78M7Y0K33 (78%, 7%, 0%, 33%)
(0.78 / 0.07 / 0.00 / 0.33)

CMYK percentages

%78.36
%7.02
%0
%32.94

Codes

Color #259FAB in popluar color models

25 9F AB
RGB 37 159 171
HSL 185° 64.42% 40.78%
HSB/HSV 185° 78.36% 67.06%
CMYK 78.36% 7.02% 0.00%
32.94%

Color #259FAB in popluar number systems.

HEX 25 9F AB
Decimal 37 159 171
Binary 100101 10011111 10101011
Octal 45 237 253

Shades and tints

Shades of #259FAB

#259FAB
(37,159,171)
#22919C
(34,145,156)
#1F838D
(31,131,141)
#1C757E
(28,117,126)
#19676F
(25,103,111)
#165960
(22,89,96)
#134B51
(19,75,81)
#103D42
(16,61,66)
#0D2F33
(13,47,51)
#0A2124
(10,33,36)
#071315
(7,19,21)
#000000
(0,0,0)

Tints of #259FAB

#259FAB
(37,159,171)
#38A7B2
(56,167,178)
#4BAFB9
(75,175,185)
#5EB7C0
(94,183,192)
#71BFC7
(113,191,199)
#84C7CE
(132,199,206)
#97CFD5
(151,207,213)
#AAD7DC
(170,215,220)
#BDDFE3
(189,223,227)
#D0E7EA
(208,231,234)
#E3EFF1
(227,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #259FAB color. Also use rgb(37,159,171) instead hex code.

Text Font Color

.myTextColor { color: #259FAB; }

<p style="color:#259FAB">This sample text font color is #259FAB.</p>

This text font color is #259FAB.

Background Color

.myBgColor { background-color: #259FAB; }

<div style="background-color:#259FAB">Inner text</div>

This div background color is #259FAB.

Border color

.myBorderColor { border: 1px solid #259FAB; }

<div style="border:3px solid #259FAB">Div</div>

This div border color is #259FAB.

Opacity

.myOpacity80 { color: #259FAB; opacity: 0.8; }

<p style="color:#259FAB;opacity:0.8;">80%</p>

Text with #259FAB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #259FAB;}

<p style="text-shadow: 3px 3px 1px #259FAB">Text here.</p>

This text has shadow with #259FAB color.


.textShadow {text-shadow: 3px 3px 1px #259FAB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #259FAB, 5px 5px 20px red">Text here.</p>

This text has shadow with #259FAB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#259FAB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#259FAB, Direction=45, Strength=4)">Text</p>

This text has shadow with #259FAB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #259FAB;
-webkit-box-shadow: 1px 1px 3px 2px #259FAB;
box-shadow: 1px 1px 3px 2px #259FAB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #259FAB; -webkit-box-shadow: 1px 1px 3px 2px #259FAB; box-shadow:1px 1px 3px 2px #259FAB;">
Div content here
</div>

This div box has shadow with color #259FAB.

Preview

Color preview on black background

This text has color #259FAB on black background.


Color preview on white background

This text has color #259FAB on white background.


Black color preview on #259FAB background

This text has black color on #259FAB background.


White color preview on #259FAB background

This text has white color on #259FAB background.


Related colors

Complementary color

Complementary color for #hex is #DA6054.


I love getcolorcode.com

Triadic colors

1 #AB259F and #9FAB25 with #259FAB are triadic colors.

2 #AB9F25 and #9F25AB with #259FAB are triadic colors.