#041E76

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

Shades of Sapphire #041E76

Tints of Sapphire #041E76

Color information

#041E76 (or 0x041E76) is unknown color: approx Sapphire. HEX triplet: 04, 1E and 76. RGB value is (4,30,118). Sum of RGB (Red+Green+Blue) = 4+30+118=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 118 (46.48% from 255 or 77.63% from 152); Max value from RGB is 118 - color contains mainly: blue. Hex color #041E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E76 is #FBE189. Grayscale: #1F1F1F. Windows color (decimal): -16507274 or 7740932. OLE color: 7740932.

HSL color Cylindrical-coordinate representation of color #041E76: hue angle of 226.32º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041E76 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB430118-
CMYK0.970.7500.54
HSL226.32º93.44%23.92%-
HSV(B)226.32º96.61%46.27%-
XYZ3.782.2617.38-
YUV32.26176.39107.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.63%
GREEN value IS 30 (12.11% from 255) = 19.74%
BLUE value IS 118 (46.48% from 255) = 77.63%
R=2.63%
G=19.74%
B=77.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4301180.970.7500.54226.3293.4423.92
Hex41E76614B036e25d18
Octal43616614111306634213530
Binary10011110111011011000011001011011011011100010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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