Html Css Color HEX #259AAA Pelorous

📋 copy color: '#259AAA'

red 37 ◦ green 154 ◦ blue 170

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

Shades of Pelorous #259AAA

Tints of Pelorous #259AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 10.25%
G = 42.66%
B = 47.09%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#259AAA (or 0x259AAA) is known color: Pelorous. HEX triplet: 25, 9A and AA. RGB value is (37,154,170). Sum of RGB (Red+Green+Blue) = 37+154+170=361 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.25% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #259AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259AAA is #DA6555. Grayscale: #787878. Windows color (decimal): -14312790 or 11180581. OLE color: 11180581.

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

Color convert

RGB 37 154 170 -
CMYK 0.78 0.09 0 0.33
HSL 187.22º 0.64% 0.41% -
HSV(B) 187.22º 0.78% 0.67% -
XYZ 19.57 26.41 42.1 -
YUV 120.84 155.74 68.2 -
System Red Green Blue C M Y K H S L
Decimal 37 154 170 0.78 0.09 0 0.33 187.22 0.64 0.41
Hex 25 9A AA 4E 9 0 21 BB 40 29
Octal 45 232 252 116 11 0 41 273 100 51
Binary 100101 10011010 10101010 1001110 1001 0 100001 10111011 1000000 101001

Color Harmonies of #259AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259AAA

Black with #259AAA

Text Example


Text Example

White with #259AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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