#041C8E

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

Shades of Smalt #041C8E

Tints of Smalt #041C8E

Color information

#041C8E (or 0x041C8E) is unknown color: approx Smalt. HEX triplet: 04, 1C and 8E. RGB value is (4,28,142). Sum of RGB (Red+Green+Blue) = 4+28+142=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 142 (55.86% from 255 or 81.61% from 174); Max value from RGB is 142 - color contains mainly: blue. Hex color #041C8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041C8E is #FBE371. Grayscale: #212121. Windows color (decimal): -16507762 or 9313284. OLE color: 9313284.

HSL color Cylindrical-coordinate representation of color #041C8E: hue angle of 229.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041C8E is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB428142-
CMYK0.970.8000.44
HSL229.57º94.52%28.63%-
HSV(B)229.57º97.18%55.69%-
XYZ5.352.8125.85-
YUV33.82189.05106.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.30%
GREEN value IS 28 (11.33% from 255) = 16.09%
BLUE value IS 142 (55.86% from 255) = 81.61%
R=2.30%
G=16.09%
B=81.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4281420.970.8000.44229.5794.5228.63
Hex41C8E615002Ce65f1d
Octal43421614112005434613735
Binary100111001000111011000011010000010110011100110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041C8E; }

 p { color: rgb(4,28,142); }

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

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

 a { background-color: rgb(4,28,142); }

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

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

 span { border-color: rgb(4,28,142); }

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