Html Css Color HEX #259DB1 Pelorous

📋 copy color: '#259DB1'

red 37 ◦ green 157 ◦ blue 177

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

Shades of Pelorous #259DB1

Tints of Pelorous #259DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.71%

R = 9.97%
G = 42.32%
B = 47.71%

CMYK

 C value IS 0.79

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#259DB1 (or 0x259DB1) is known color: Pelorous. HEX triplet: 25, 9D and B1. RGB value is (37,157,177). Sum of RGB (Red+Green+Blue) = 37+157+177=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 177 (69.53% from 255 or 47.71% from 371); Max value from RGB is 177 - color contains mainly: blue. Hex color #259DB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259DB1 is #DA624E. Grayscale: #7B7B7B. Windows color (decimal): -14312015 or 11640101. OLE color: 11640101.

HSL color Cylindrical-coordinate representation of color #259DB1: hue angle of 188.57º 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 #259DB1 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 157 177 -
CMYK 0.79 0.11 0 0.31
HSL 188.57º 0.65% 0.42% -
HSV(B) 188.57º 0.79% 0.69% -
XYZ 20.76 27.68 45.84 -
YUV 123.4 158.24 66.37 -
System Red Green Blue C M Y K H S L
Decimal 37 157 177 0.79 0.11 0 0.31 188.57 0.65 0.42
Hex 25 9D B1 4F B 0 1F BD 41 2A
Octal 45 235 261 117 13 0 37 275 101 52
Binary 100101 10011101 10110001 1001111 1011 0 11111 10111101 1000001 101010

Color Harmonies of #259DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259DB1

Black with #259DB1

Text Example


Text Example

White with #259DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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