#004199

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

Shades of Smalt #004199

Tints of Smalt #004199

Color information

#004199 (or 0x004199) is unknown color: approx Smalt. HEX triplet: 00, 41 and 99. RGB value is (0,65,153). Sum of RGB (Red+Green+Blue) = 0+65+153=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #004199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004199 is #FFBE66. Grayscale: #373737. Windows color (decimal): -16760423 or 10043648. OLE color: 10043648.

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

Color convert

RGB065153-
CMYK10.5800.4
HSL214.51º100%30%-
HSV(B)214.51º100%60%-
XYZ7.646.0830.91-
YUV55.6182.9788.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 29.82%
BLUE value IS 153 (60.16% from 255) = 70.18%
R=0%
G=29.82%
B=70.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal06515310.5800.4214.5110030
Hex04199643A028d7641e
Octal01012311447205032714436
Binary01000001100110011100100111010010100011010111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004199; }

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

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

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

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

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

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

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

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