#004399

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

Shades of Smalt #004399

Tints of Smalt #004399

Color information

#004399 (or 0x004399) is unknown color: approx Smalt. HEX triplet: 00, 43 and 99. RGB value is (0,67,153). Sum of RGB (Red+Green+Blue) = 0+67+153=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #004399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004399 is #FFBC66. Grayscale: #383838. Windows color (decimal): -16759911 or 10044160. OLE color: 10044160.

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

Color convert

RGB067153-
CMYK10.5600.4
HSL213.73º100%30%-
HSV(B)213.73º100%60%-
XYZ7.766.3130.95-
YUV56.77182.387.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 153 (60.16% from 255) = 69.55%
R=0%
G=30.45%
B=69.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal06715310.5600.4213.7310030
Hex043996438028d6641e
Octal01032311447005032614436
Binary01000011100110011100100111000010100011010110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004399; }

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

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

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

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

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

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

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

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