#004099

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

Shades of Smalt #004099

Tints of Smalt #004099

Color information

#004099 (or 0x004099) is unknown color: approx Smalt. HEX triplet: 00, 40 and 99. RGB value is (0,64,153). Sum of RGB (Red+Green+Blue) = 0+64+153=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #004099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004099 is #FFBF66. Grayscale: #363636. Windows color (decimal): -16760679 or 10043392. OLE color: 10043392.

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

Color convert

RGB064153-
CMYK10.5800.4
HSL214.9º100%30%-
HSV(B)214.9º100%60%-
XYZ7.585.9730.89-
YUV55.01183.388.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 153 (60.16% from 255) = 70.51%
R=0%
G=29.49%
B=70.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal06415310.5800.4214.910030
Hex04099643A028d7641e
Octal01002311447205032714436
Binary01000000100110011100100111010010100011010111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004099; }

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

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

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

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

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

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

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

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