#041E71

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

Shades of Sapphire #041E71

Tints of Sapphire #041E71

Color information

#041E71 (or 0x041E71) is unknown color: approx Sapphire. HEX triplet: 04, 1E and 71. RGB value is (4,30,113). Sum of RGB (Red+Green+Blue) = 4+30+113=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 113 (44.53% from 255 or 76.87% from 147); Max value from RGB is 113 - color contains mainly: blue. Hex color #041E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E71 is #FBE18E. Grayscale: #1F1F1F. Windows color (decimal): -16507279 or 7413252. OLE color: 7413252.

HSL color Cylindrical-coordinate representation of color #041E71: hue angle of 225.69º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041E71 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB430113-
CMYK0.960.7300.56
HSL225.69º93.16%22.94%-
HSV(B)225.69º96.46%44.31%-
XYZ3.492.1515.85-
YUV31.69173.89108.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.72%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 113 (44.53% from 255) = 76.87%
R=2.72%
G=20.41%
B=76.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4301130.960.7300.56225.6993.1622.94
Hex41E716049038e25d17
Octal43616114011107034213527
Binary10011110111000111000001001001011100011100010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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