Html Css Color HEX #259CB9 Pelorous

📋 copy color: '#259CB9'

red 37 ◦ green 156 ◦ blue 185

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

Shades of Pelorous #259CB9

Tints of Pelorous #259CB9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.27%

 BLUE value IS 185 (72.66% from 255) = 48.94%

R = 9.79%
G = 41.27%
B = 48.94%

CMYK

 C value IS 0.80

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#259CB9 (or 0x259CB9) is known color: Pelorous. HEX triplet: 25, 9C and B9. RGB value is (37,156,185). Sum of RGB (Red+Green+Blue) = 37+156+185=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #259CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259CB9 is #DA6346. Grayscale: #7B7B7B. Windows color (decimal): -14312263 or 12164133. OLE color: 12164133.

HSL color Cylindrical-coordinate representation of color #259CB9: hue angle of 191.76º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #259CB9 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 156 185 -
CMYK 0.80 0.16 0 0.27
HSL 191.76º 0.67% 0.44% -
HSV(B) 191.76º 0.8% 0.73% -
XYZ 21.41 27.67 50.11 -
YUV 123.73 162.58 66.14 -
System Red Green Blue C M Y K H S L
Decimal 37 156 185 0.80 0.16 0 0.27 191.76 0.67 0.44
Hex 25 9C B9 50 10 0 1B C0 43 2C
Octal 45 234 271 120 20 0 33 300 103 54
Binary 100101 10011100 10111001 1010000 10000 0 11011 11000000 1000011 101100

Color Harmonies of #259CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259CB9

Black with #259CB9

Text Example


Text Example

White with #259CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,156,185); }

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

background-color css

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

 a { background-color: rgb(37,156,185); }

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

border-color css

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

 span { border-color: rgb(37,156,185); }

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