Html Css Color HEX #005B99 Cobalt

📋 copy color: '#005B99'

red 0 ◦ green 91 ◦ blue 153

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

Shades of Cobalt #005B99

Tints of Cobalt #005B99

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.3%

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

R = 0%
G = 37.3%
B = 62.7%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#005B99 (or 0x005B99) is known color: Cobalt. HEX triplet: 00, 5B and 99. RGB value is (0,91,153). Sum of RGB (Red+Green+Blue) = 0+91+153=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #005B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005B99 is #FFA466. Grayscale: #464646. Windows color (decimal): -16753767 or 10050304. OLE color: 10050304.

HSL color Cylindrical-coordinate representation of color #005B99: hue angle of 204.31º 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 #005B99 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 91 153 -
CMYK 1 0.41 0 0.4
HSL 204.31º 1% 0.3% -
HSV(B) 204.31º 1% 0.6% -
XYZ 9.49 9.78 31.52 -
YUV 70.86 174.35 77.46 -
System Red Green Blue C M Y K H S L
Decimal 0 91 153 1 0.41 0 0.4 204.31 1 0.3
Hex 0 5B 99 64 29 0 28 CC 64 1E
Octal 0 133 231 144 51 0 50 314 144 36
Binary 0 1011011 10011001 1100100 101001 0 101000 11001100 1100100 11110

Color Harmonies of #005B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B99

Black with #005B99

Text Example


Text Example

White with #005B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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