Html Css Color HEX #005E99 Cobalt

📋 copy color: '#005E99'

red 0 ◦ green 94 ◦ blue 153

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

Shades of Cobalt #005E99

Tints of Cobalt #005E99

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 94 (37.11% from 255) = 38.06%

 BLUE value IS 153 (60.16% from 255) = 61.94%

R = 0%
G = 38.06%
B = 61.94%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#005E99 (or 0x005E99) is known color: Cobalt. HEX triplet: 00, 5E and 99. RGB value is (0,94,153). Sum of RGB (Red+Green+Blue) = 0+94+153=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #005E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E99 is #FFA166. Grayscale: #484848. Windows color (decimal): -16752999 or 10051072. OLE color: 10051072.

HSL color Cylindrical-coordinate representation of color #005E99: hue angle of 203.14º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E99 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 94 153 -
CMYK 1 0.39 0 0.4
HSL 203.14º 1% 0.3% -
HSV(B) 203.14º 1% 0.6% -
XYZ 9.75 10.31 31.61 -
YUV 72.62 173.36 76.2 -
System Red Green Blue C M Y K H S L
Decimal 0 94 153 1 0.39 0 0.4 203.14 1 0.3
Hex 0 5E 99 64 27 0 28 CB 64 1E
Octal 0 136 231 144 47 0 50 313 144 36
Binary 0 1011110 10011001 1100100 100111 0 101000 11001011 1100100 11110

Color Harmonies of #005E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005E99

Black with #005E99

Text Example


Text Example

White with #005E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005E99; }

 p { color: rgb(0,94,153); }

 H1.HeaderClassName
 {
   color: #005E99;
 }
 .AnyTagClassName
 {
   color: #005E99;
 }
</style>

background-color css

<style>
 a { background-color: #005E99; }

 a { background-color: rgb(0,94,153); }

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

border-color css

<style>
 span { border-color: #005E99; }

 span { border-color: rgb(0,94,153); }

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