#041E56

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

Shades of Sapphire #041E56

Tints of Sapphire #041E56

Color information

#041E56 (or 0x041E56) is unknown color: approx Sapphire. HEX triplet: 04, 1E and 56. RGB value is (4,30,86). Sum of RGB (Red+Green+Blue) = 4+30+86=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 86 (33.98% from 255 or 71.67% from 120); Max value from RGB is 86 - color contains mainly: blue. Hex color #041E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E56 is #FBE1A9. Grayscale: #1C1C1C. Windows color (decimal): -16507306 or 5643780. OLE color: 5643780.

HSL color Cylindrical-coordinate representation of color #041E56: hue angle of 220.98º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041E56 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB43086-
CMYK0.950.6500.66
HSL220.98º91.11%17.65%-
HSV(B)220.98º95.35%33.73%-
XYZ2.191.639-
YUV28.61160.39110.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.33%
GREEN value IS 30 (12.11% from 255) = 25%
BLUE value IS 86 (33.98% from 255) = 71.67%
R=3.33%
G=25%
B=71.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal430860.950.6500.66220.9891.1117.65
Hex41E565F41042dd5b12
Octal436126137101010233513322
Binary100111101010110101111110000010100001011011101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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