Html Css Color HEX #259AAC Pelorous

📋 copy color: '#259AAC'

red 37 ◦ green 154 ◦ blue 172

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

Shades of Pelorous #259AAC

Tints of Pelorous #259AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.38%

R = 10.19%
G = 42.42%
B = 47.38%

CMYK

 C value IS 0.78

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#259AAC (or 0x259AAC) is known color: Pelorous. HEX triplet: 25, 9A and AC. RGB value is (37,154,172). Sum of RGB (Red+Green+Blue) = 37+154+172=363 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.19% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #259AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259AAC is #DA6553. Grayscale: #787878. Windows color (decimal): -14312788 or 11311653. OLE color: 11311653.

HSL color Cylindrical-coordinate representation of color #259AAC: hue angle of 188º degrees, saturation: 0.65, 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 #259AAC is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 154 172 -
CMYK 0.78 0.10 0 0.33
HSL 188º 0.65% 0.41% -
HSV(B) 188º 0.78% 0.67% -
XYZ 19.76 26.48 43.1 -
YUV 121.07 156.74 68.04 -
System Red Green Blue C M Y K H S L
Decimal 37 154 172 0.78 0.10 0 0.33 188 0.65 0.41
Hex 25 9A AC 4E A 0 21 BC 41 29
Octal 45 232 254 116 12 0 41 274 101 51
Binary 100101 10011010 10101100 1001110 1010 0 100001 10111100 1000001 101001

Color Harmonies of #259AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259AAC

Black with #259AAC

Text Example


Text Example

White with #259AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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