Html Css Color HEX #259DAD Pelorous

📋 copy color: '#259DAD'

red 37 ◦ green 157 ◦ blue 173

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

Shades of Pelorous #259DAD

Tints of Pelorous #259DAD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.78%

 BLUE value IS 173 (67.97% from 255) = 47.14%

R = 10.08%
G = 42.78%
B = 47.14%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#259DAD (or 0x259DAD) is known color: Pelorous. HEX triplet: 25, 9D and AD. RGB value is (37,157,173). Sum of RGB (Red+Green+Blue) = 37+157+173=367 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.08% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #259DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259DAD is #DA6252. Grayscale: #7A7A7A. Windows color (decimal): -14312019 or 11377957. OLE color: 11377957.

HSL color Cylindrical-coordinate representation of color #259DAD: hue angle of 187.06º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #259DAD is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 157 173 -
CMYK 0.79 0.09 0 0.32
HSL 187.06º 0.65% 0.41% -
HSV(B) 187.06º 0.79% 0.68% -
XYZ 20.36 27.52 43.77 -
YUV 122.94 156.24 66.7 -
System Red Green Blue C M Y K H S L
Decimal 37 157 173 0.79 0.09 0 0.32 187.06 0.65 0.41
Hex 25 9D AD 4F 9 0 20 BB 41 29
Octal 45 235 255 117 11 0 40 273 101 51
Binary 100101 10011101 10101101 1001111 1001 0 100000 10111011 1000001 101001

Color Harmonies of #259DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DAD

Black with #259DAD

Text Example


Text Example

White with #259DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,157,173); }

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

background-color css

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

 a { background-color: rgb(37,157,173); }

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

border-color css

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

 span { border-color: rgb(37,157,173); }

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