Html Css Color HEX #259BB9 Pelorous

📋 copy color: '#259BB9'

red 37 ◦ green 155 ◦ blue 185

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

Shades of Pelorous #259BB9

Tints of Pelorous #259BB9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

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

R = 9.81%
G = 41.11%
B = 49.07%

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

#259BB9 (or 0x259BB9) is known color: Pelorous. HEX triplet: 25, 9B and B9. RGB value is (37,155,185). Sum of RGB (Red+Green+Blue) = 37+155+185=377 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.81% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 185 (72.66% from 255 or 49.07% from 377); Max value from RGB is 185 - color contains mainly: blue. Hex color #259BB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259BB9 is #DA6446. Grayscale: #7A7A7A. Windows color (decimal): -14312519 or 12163877. OLE color: 12163877.

HSL color Cylindrical-coordinate representation of color #259BB9: hue angle of 192.16º 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 #259BB9 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 155 185 -
CMYK 0.80 0.16 0 0.27
HSL 192.16º 0.67% 0.44% -
HSV(B) 192.16º 0.8% 0.73% -
XYZ 21.24 27.34 50.06 -
YUV 123.14 162.91 66.56 -
System Red Green Blue C M Y K H S L
Decimal 37 155 185 0.80 0.16 0 0.27 192.16 0.67 0.44
Hex 25 9B B9 50 10 0 1B C0 43 2C
Octal 45 233 271 120 20 0 33 300 103 54
Binary 100101 10011011 10111001 1010000 10000 0 11011 11000000 1000011 101100

Color Harmonies of #259BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259BB9

Black with #259BB9

Text Example


Text Example

White with #259BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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