Html Css Color HEX #259AA8 Pelorous

📋 copy color: '#259AA8'

red 37 ◦ green 154 ◦ blue 168

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

Shades of Pelorous #259AA8

Tints of Pelorous #259AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.8%

R = 10.31%
G = 42.9%
B = 46.8%

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

#259AA8 (or 0x259AA8) is known color: Pelorous. HEX triplet: 25, 9A and A8. RGB value is (37,154,168). Sum of RGB (Red+Green+Blue) = 37+154+168=359 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.31% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 168 (66.02% from 255 or 46.80% from 359); Max value from RGB is 168 - color contains mainly: blue. Hex color #259AA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259AA8 is #DA6557. Grayscale: #787878. Windows color (decimal): -14312792 or 11049509. OLE color: 11049509.

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

Color convert

RGB 37 154 168 -
CMYK 0.78 0.08 0 0.34
HSL 186.41º 0.64% 0.4% -
HSV(B) 186.41º 0.78% 0.66% -
XYZ 19.39 26.33 41.11 -
YUV 120.61 154.74 68.36 -
System Red Green Blue C M Y K H S L
Decimal 37 154 168 0.78 0.08 0 0.34 186.41 0.64 0.4
Hex 25 9A A8 4E 8 0 22 BA 40 28
Octal 45 232 250 116 10 0 42 272 100 50
Binary 100101 10011010 10101000 1001110 1000 0 100010 10111010 1000000 101000

Color Harmonies of #259AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259AA8

Black with #259AA8

Text Example


Text Example

White with #259AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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