Html Css Color HEX #005C99 Cobalt

📋 copy color: '#005C99'

red 0 ◦ green 92 ◦ blue 153

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

Shades of Cobalt #005C99

Tints of Cobalt #005C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.55%

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

R = 0%
G = 37.55%
B = 62.45%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#005C99 (or 0x005C99) is known color: Cobalt. HEX triplet: 00, 5C and 99. RGB value is (0,92,153). Sum of RGB (Red+Green+Blue) = 0+92+153=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #005C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005C99 is #FFA366. Grayscale: #474747. Windows color (decimal): -16753511 or 10050560. OLE color: 10050560.

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

Color convert

RGB 0 92 153 -
CMYK 1 0.40 0 0.4
HSL 203.92º 1% 0.3% -
HSV(B) 203.92º 1% 0.6% -
XYZ 9.58 9.95 31.55 -
YUV 71.45 174.02 77.04 -
System Red Green Blue C M Y K H S L
Decimal 0 92 153 1 0.40 0 0.4 203.92 1 0.3
Hex 0 5C 99 64 28 0 28 CC 64 1E
Octal 0 134 231 144 50 0 50 314 144 36
Binary 0 1011100 10011001 1100100 101000 0 101000 11001100 1100100 11110

Color Harmonies of #005C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005C99

Black with #005C99

Text Example


Text Example

White with #005C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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