#004194

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

Shades of Smalt #004194

Tints of Smalt #004194

Color information

#004194 (or 0x004194) is unknown color: approx Smalt. HEX triplet: 00, 41 and 94. RGB value is (0,65,148). Sum of RGB (Red+Green+Blue) = 0+65+148=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 148 (58.20% from 255 or 69.48% from 213); Max value from RGB is 148 - color contains mainly: blue. Hex color #004194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004194 is #FFBE6B. Grayscale: #363636. Windows color (decimal): -16760428 or 9715968. OLE color: 9715968.

HSL color Cylindrical-coordinate representation of color #004194: hue angle of 213.65º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004194 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB065148-
CMYK10.5600.42
HSL213.65º100%29.02%-
HSV(B)213.65º100%58.04%-
XYZ7.245.9228.78-
YUV55.03180.4788.75-

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.52%
BLUE value IS 148 (58.20% from 255) = 69.48%
R=0%
G=30.52%
B=69.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal06514810.5600.42213.6510029.02
Hex04194643802Ad6641d
Octal01012241447005232614435
Binary01000001100101001100100111000010101011010110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004194; }

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

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

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

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

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

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

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

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