#004191

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

Shades of Smalt #004191

Tints of Smalt #004191

Color information

#004191 (or 0x004191) is unknown color: approx Smalt. HEX triplet: 00, 41 and 91. RGB value is (0,65,145). Sum of RGB (Red+Green+Blue) = 0+65+145=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 145 (57.03% from 255 or 69.05% from 210); Max value from RGB is 145 - color contains mainly: blue. Hex color #004191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004191 is #FFBE6E. Grayscale: #363636. Windows color (decimal): -16760431 or 9519360. OLE color: 9519360.

HSL color Cylindrical-coordinate representation of color #004191: hue angle of 213.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004191 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB065145-
CMYK10.5500.43
HSL213.1º100%28.43%-
HSV(B)213.1º100%56.86%-
XYZ75.8227.54-
YUV54.68178.9789-

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) = 30.95%
BLUE value IS 145 (57.03% from 255) = 69.05%
R=0%
G=30.95%
B=69.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal06514510.5500.43213.110028.43
Hex04191643702Bd5641c
Octal01012211446705332514434
Binary01000001100100011100100110111010101111010101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004191; }

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

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

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

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

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

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

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

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