#004499

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

Shades of Cobalt #004499

Tints of Cobalt #004499

Color information

#004499 (or 0x004499) is unknown color: approx Cobalt. HEX triplet: 00, 44 and 99. RGB value is (0,68,153). Sum of RGB (Red+Green+Blue) = 0+68+153=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #004499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004499 is #FFBB66. Grayscale: #383838. Windows color (decimal): -16759655 or 10044416. OLE color: 10044416.

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

Color convert

RGB068153-
CMYK10.5600.4
HSL213.33º100%30%-
HSV(B)213.33º100%60%-
XYZ7.826.4330.97-
YUV57.36181.9787.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 153 (60.16% from 255) = 69.23%
R=0%
G=30.77%
B=69.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal06815310.5600.4213.3310030
Hex044996438028d5641e
Octal01042311447005032514436
Binary01000100100110011100100111000010100011010101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004499; }

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

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

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

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

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

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

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

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