Html Css Color HEX #259AB9 Pelorous

📋 copy color: '#259AB9'

red 37 ◦ green 154 ◦ blue 185

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

Shades of Pelorous #259AB9

Tints of Pelorous #259AB9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

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

R = 9.84%
G = 40.96%
B = 49.2%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#259AB9 (or 0x259AB9) is known color: Pelorous. HEX triplet: 25, 9A and B9. RGB value is (37,154,185). Sum of RGB (Red+Green+Blue) = 37+154+185=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #259AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259AB9 is #DA6546. Grayscale: #7A7A7A. Windows color (decimal): -14312775 or 12163621. OLE color: 12163621.

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

Color convert

RGB 37 154 185 -
CMYK 0.80 0.17 0 0.27
HSL 192.57º 0.67% 0.44% -
HSV(B) 192.57º 0.8% 0.73% -
XYZ 21.08 27.01 50 -
YUV 122.55 163.24 66.98 -
System Red Green Blue C M Y K H S L
Decimal 37 154 185 0.80 0.17 0 0.27 192.57 0.67 0.44
Hex 25 9A B9 50 11 0 1B C1 43 2C
Octal 45 232 271 120 21 0 33 301 103 54
Binary 100101 10011010 10111001 1010000 10001 0 11011 11000001 1000011 101100

Color Harmonies of #259AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259AB9

Black with #259AB9

Text Example


Text Example

White with #259AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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