#041E54

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

Shades of Sapphire #041E54

Tints of Sapphire #041E54

Color information

#041E54 (or 0x041E54) is unknown color: approx Sapphire. HEX triplet: 04, 1E and 54. RGB value is (4,30,84). Sum of RGB (Red+Green+Blue) = 4+30+84=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 84 (33.20% from 255 or 71.19% from 118); Max value from RGB is 84 - color contains mainly: blue. Hex color #041E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E54 is #FBE1AB. Grayscale: #1C1C1C. Windows color (decimal): -16507308 or 5512708. OLE color: 5512708.

HSL color Cylindrical-coordinate representation of color #041E54: hue angle of 220.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041E54 is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB43084-
CMYK0.950.6400.67
HSL220.5º90.91%17.25%-
HSV(B)220.5º95.24%32.94%-
XYZ2.111.598.58-
YUV28.38159.39110.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 30 (12.11% from 255) = 25.42%
BLUE value IS 84 (33.20% from 255) = 71.19%
R=3.39%
G=25.42%
B=71.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal430840.950.6400.67220.590.9117.25
Hex41E545F40043dc5b11
Octal436124137100010333413321
Binary100111101010100101111110000000100001111011100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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