#041E57

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

Shades of Sapphire #041E57

Tints of Sapphire #041E57

Color information

#041E57 (or 0x041E57) is unknown color: approx Sapphire. HEX triplet: 04, 1E and 57. RGB value is (4,30,87). Sum of RGB (Red+Green+Blue) = 4+30+87=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 87 (34.38% from 255 or 71.90% from 121); Max value from RGB is 87 - color contains mainly: blue. Hex color #041E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E57 is #FBE1A8. Grayscale: #1C1C1C. Windows color (decimal): -16507305 or 5709316. OLE color: 5709316.

HSL color Cylindrical-coordinate representation of color #041E57: hue angle of 221.2º 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 #041E57 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB43087-
CMYK0.950.6600.66
HSL221.2º91.21%17.84%-
HSV(B)221.2º95.4%34.12%-
XYZ2.231.649.22-
YUV28.72160.89110.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 87 (34.38% from 255) = 71.90%
R=3.31%
G=24.79%
B=71.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal430870.950.6600.66221.291.2117.84
Hex41E575F42042dd5b12
Octal436127137102010233513322
Binary100111101010111101111110000100100001011011101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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