Html Css Color HEX #005B9C Cobalt

📋 copy color: '#005B9C'

red 0 ◦ green 91 ◦ blue 156

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

Shades of Cobalt #005B9C

Tints of Cobalt #005B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 63.16%

R = 0%
G = 36.84%
B = 63.16%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#005B9C (or 0x005B9C) is known color: Cobalt. HEX triplet: 00, 5B and 9C. RGB value is (0,91,156). Sum of RGB (Red+Green+Blue) = 0+91+156=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #005B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005B9C is #FFA463. Grayscale: #464646. Windows color (decimal): -16753764 or 10246912. OLE color: 10246912.

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

Color convert

RGB 0 91 156 -
CMYK 1 0.42 0 0.39
HSL 205º 1% 0.31% -
HSV(B) 205º 1% 0.61% -
XYZ 9.74 9.88 32.85 -
YUV 71.2 175.85 77.21 -
System Red Green Blue C M Y K H S L
Decimal 0 91 156 1 0.42 0 0.39 205 1 0.31
Hex 0 5B 9C 64 2A 0 27 CD 64 1F
Octal 0 133 234 144 52 0 47 315 144 37
Binary 0 1011011 10011100 1100100 101010 0 100111 11001101 1100100 11111

Color Harmonies of #005B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B9C

Black with #005B9C

Text Example


Text Example

White with #005B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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