#004599

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

Shades of Cobalt #004599

Tints of Cobalt #004599

Color information

#004599 (or 0x004599) is unknown color: approx Cobalt. HEX triplet: 00, 45 and 99. RGB value is (0,69,153). Sum of RGB (Red+Green+Blue) = 0+69+153=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 153 (60.16% from 255 or 68.92% from 222); Max value from RGB is 153 - color contains mainly: blue. Hex color #004599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004599 is #FFBA66. Grayscale: #393939. Windows color (decimal): -16759399 or 10044672. OLE color: 10044672.

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

Color convert

RGB069153-
CMYK10.5500.4
HSL212.94º100%30%-
HSV(B)212.94º100%60%-
XYZ7.886.5630.99-
YUV57.94181.6486.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 153 (60.16% from 255) = 68.92%
R=0%
G=31.08%
B=68.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal06915310.5500.4212.9410030
Hex045996437028d5641e
Octal01052311446705032514436
Binary01000101100110011100100110111010100011010101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004599; }

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

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

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

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

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

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

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

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