Html Css Color HEX #259BA9 Pelorous

📋 copy color: '#259BA9'

red 37 ◦ green 155 ◦ blue 169

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

Shades of Pelorous #259BA9

Tints of Pelorous #259BA9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.94%

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

R = 10.25%
G = 42.94%
B = 46.81%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#259BA9 (or 0x259BA9) is known color: Pelorous. HEX triplet: 25, 9B and A9. RGB value is (37,155,169). Sum of RGB (Red+Green+Blue) = 37+155+169=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 169 - color contains mainly: blue. Hex color #259BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259BA9 is #DA6456. Grayscale: #797979. Windows color (decimal): -14312535 or 11115301. OLE color: 11115301.

HSL color Cylindrical-coordinate representation of color #259BA9: hue angle of 186.36º 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 #259BA9 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 37 155 169 -
CMYK 0.78 0.08 0 0.34
HSL 186.36º 0.64% 0.4% -
HSV(B) 186.36º 0.78% 0.66% -
XYZ 19.65 26.7 41.65 -
YUV 121.31 154.91 67.86 -
System Red Green Blue C M Y K H S L
Decimal 37 155 169 0.78 0.08 0 0.34 186.36 0.64 0.4
Hex 25 9B A9 4E 8 0 22 BA 40 28
Octal 45 233 251 116 10 0 42 272 100 50
Binary 100101 10011011 10101001 1001110 1000 0 100010 10111010 1000000 101000

Color Harmonies of #259BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259BA9

Black with #259BA9

Text Example


Text Example

White with #259BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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