Html Css Color HEX #259AA9 Pelorous

📋 copy color: '#259AA9'

red 37 ◦ green 154 ◦ blue 169

#259AA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #259AA9

Tints of Pelorous #259AA9

RGB

 RED value IS 37 (14.84% from 255) = 10.28%

 GREEN value IS 154 (60.55% from 255) = 42.78%

 BLUE value IS 169 (66.41% from 255) = 46.94%

R = 10.28%
G = 42.78%
B = 46.94%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.34

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#259AA9 (or 0x259AA9) is known color: Pelorous. HEX triplet: 25, 9A and A9. RGB value is (37,154,169). Sum of RGB (Red+Green+Blue) = 37+154+169=360 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.28% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 169 - color contains mainly: blue. Hex color #259AA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259AA9 is #DA6556. Grayscale: #787878. Windows color (decimal): -14312791 or 11115045. OLE color: 11115045.

HSL color Cylindrical-coordinate representation of color #259AA9: hue angle of 186.82º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #259AA9 is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 37 154 169 -
CMYK 0.78 0.09 0 0.34
HSL 186.82º 0.64% 0.4% -
HSV(B) 186.82º 0.78% 0.66% -
XYZ 19.48 26.37 41.6 -
YUV 120.73 155.24 68.28 -
System Red Green Blue C M Y K H S L
Decimal 37 154 169 0.78 0.09 0 0.34 186.82 0.64 0.4
Hex 25 9A A9 4E 9 0 22 BB 40 28
Octal 45 232 251 116 11 0 42 273 100 50
Binary 100101 10011010 10101001 1001110 1001 0 100010 10111011 1000000 101000

Color Harmonies of #259AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259AA9

Black with #259AA9

Text Example


Text Example

White with #259AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259AA9; }

 p { color: rgb(37,154,169); }

 H1.HeaderClassName
 {
   color: #259AA9;
 }
 .AnyTagClassName
 {
   color: #259AA9;
 }
</style>

background-color css

<style>
 a { background-color: #259AA9; }

 a { background-color: rgb(37,154,169); }

 div.DivClassName
 {
   background-color: #259AA9;
 }
 .BgClassName
 {
   background-color: #259AA9;
 }
</style>

border-color css

<style>
 span { border-color: #259AA9; }

 span { border-color: rgb(37,154,169); }

 td.TdClassName
 {
   border-color: #259AA9;
 }
 .TagClassName
 {
   border-color: #259AA9;
 }
</style>