#041E6C

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

Shades of Sapphire #041E6C

Tints of Sapphire #041E6C

Color information

#041E6C (or 0x041E6C) is unknown color: approx Sapphire. HEX triplet: 04, 1E and 6C. RGB value is (4,30,108). Sum of RGB (Red+Green+Blue) = 4+30+108=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 108 (42.58% from 255 or 76.06% from 142); Max value from RGB is 108 - color contains mainly: blue. Hex color #041E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E6C is #FBE193. Grayscale: #1E1E1E. Windows color (decimal): -16507284 or 7085572. OLE color: 7085572.

HSL color Cylindrical-coordinate representation of color #041E6C: hue angle of 225º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041E6C is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB430108-
CMYK0.960.7200.58
HSL225º92.86%21.96%-
HSV(B)225º96.3%42.35%-
XYZ3.222.0414.41-
YUV31.12171.39108.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 108 (42.58% from 255) = 76.06%
R=2.82%
G=21.13%
B=76.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4301080.960.7200.5822592.8621.96
Hex41E6C604803Ae15d16
Octal43615414011007234113526
Binary10011110110110011000001001000011101011100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,30,108); }

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

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

 a { background-color: rgb(4,30,108); }

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

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

 span { border-color: rgb(4,30,108); }

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