Html Css Color HEX #259FB6 Pelorous

📋 copy color: '#259FB6'

red 37 ◦ green 159 ◦ blue 182

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

Shades of Pelorous #259FB6

Tints of Pelorous #259FB6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.06%

 BLUE value IS 182 (71.48% from 255) = 48.15%

R = 9.79%
G = 42.06%
B = 48.15%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#259FB6 (or 0x259FB6) is known color: Pelorous. HEX triplet: 25, 9F and B6. RGB value is (37,159,182). Sum of RGB (Red+Green+Blue) = 37+159+182=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #259FB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259FB6 is #DA6049. Grayscale: #7C7C7C. Windows color (decimal): -14311498 or 11968293. OLE color: 11968293.

HSL color Cylindrical-coordinate representation of color #259FB6: hue angle of 189.52º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #259FB6 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 159 182 -
CMYK 0.80 0.13 0 0.29
HSL 189.52º 0.66% 0.43% -
HSV(B) 189.52º 0.8% 0.71% -
XYZ 21.6 28.57 48.63 -
YUV 125.14 160.08 65.13 -
System Red Green Blue C M Y K H S L
Decimal 37 159 182 0.80 0.13 0 0.29 189.52 0.66 0.43
Hex 25 9F B6 50 D 0 1D BE 42 2B
Octal 45 237 266 120 15 0 35 276 102 53
Binary 100101 10011111 10110110 1010000 1101 0 11101 10111110 1000010 101011

Color Harmonies of #259FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259FB6

Black with #259FB6

Text Example


Text Example

White with #259FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,159,182); }

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

background-color css

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

 a { background-color: rgb(37,159,182); }

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

border-color css

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

 span { border-color: rgb(37,159,182); }

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