Html Css Color HEX #259AA7 Pelorous

📋 copy color: '#259AA7'

red 37 ◦ green 154 ◦ blue 167

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

Shades of Pelorous #259AA7

Tints of Pelorous #259AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.65%

R = 10.34%
G = 43.02%
B = 46.65%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#259AA7 (or 0x259AA7) is known color: Pelorous. HEX triplet: 25, 9A and A7. RGB value is (37,154,167). Sum of RGB (Red+Green+Blue) = 37+154+167=358 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.34% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 167 - color contains mainly: blue. Hex color #259AA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259AA7 is #DA6558. Grayscale: #787878. Windows color (decimal): -14312793 or 10983973. OLE color: 10983973.

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

Color convert

RGB 37 154 167 -
CMYK 0.78 0.08 0 0.35
HSL 186º 0.64% 0.4% -
HSV(B) 186º 0.78% 0.65% -
XYZ 19.29 26.29 40.62 -
YUV 120.5 154.24 68.44 -
System Red Green Blue C M Y K H S L
Decimal 37 154 167 0.78 0.08 0 0.35 186 0.64 0.4
Hex 25 9A A7 4E 8 0 23 BA 40 28
Octal 45 232 247 116 10 0 43 272 100 50
Binary 100101 10011010 10100111 1001110 1000 0 100011 10111010 1000000 101000

Color Harmonies of #259AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259AA7

Black with #259AA7

Text Example


Text Example

White with #259AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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