#004C99

Color #004C99 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #004C99

Tints of Cobalt #004C99

Color information

#004C99 (or 0x004C99) is unknown color: approx Cobalt. HEX triplet: 00, 4C and 99. RGB value is (0,76,153). Sum of RGB (Red+Green+Blue) = 0+76+153=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #004C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004C99 is #FFB366. Grayscale: #3D3D3D. Windows color (decimal): -16757607 or 10046464. OLE color: 10046464.

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

Color convert

RGB076153-
CMYK10.5000.4
HSL210.2º100%30%-
HSV(B)210.2º100%60%-
XYZ8.337.4731.14-
YUV62.05179.3283.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 153 (60.16% from 255) = 66.81%
R=0%
G=33.19%
B=66.81%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal07615310.5000.4210.210030
Hex04C996432028d2641e
Octal01142311446205032214436
Binary01001100100110011100100110010010100011010010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #004C99;
 }
 .AnyTagClassName
 {
   color: #004C99;
 }
</style>
background-color css

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

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

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

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

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

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