Html Css Color HEX #259DAF Pelorous

📋 copy color: '#259DAF'

red 37 ◦ green 157 ◦ blue 175

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

Shades of Pelorous #259DAF

Tints of Pelorous #259DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 10.03%
G = 42.55%
B = 47.43%

CMYK

 C value IS 0.79

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#259DAF (or 0x259DAF) is known color: Pelorous. HEX triplet: 25, 9D and AF. RGB value is (37,157,175). Sum of RGB (Red+Green+Blue) = 37+157+175=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #259DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259DAF is #DA6250. Grayscale: #7A7A7A. Windows color (decimal): -14312017 or 11509029. OLE color: 11509029.

HSL color Cylindrical-coordinate representation of color #259DAF: hue angle of 187.83º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #259DAF is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 157 175 -
CMYK 0.79 0.10 0 0.31
HSL 187.83º 0.65% 0.42% -
HSV(B) 187.83º 0.79% 0.69% -
XYZ 20.56 27.6 44.8 -
YUV 123.17 157.24 66.54 -
System Red Green Blue C M Y K H S L
Decimal 37 157 175 0.79 0.10 0 0.31 187.83 0.65 0.42
Hex 25 9D AF 4F A 0 1F BC 41 2A
Octal 45 235 257 117 12 0 37 274 101 52
Binary 100101 10011101 10101111 1001111 1010 0 11111 10111100 1000001 101010

Color Harmonies of #259DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DAF

Black with #259DAF

Text Example


Text Example

White with #259DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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