#041E5A

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

Shades of Sapphire #041E5A

Tints of Sapphire #041E5A

Color information

#041E5A (or 0x041E5A) is unknown color: approx Sapphire. HEX triplet: 04, 1E and 5A. RGB value is (4,30,90). Sum of RGB (Red+Green+Blue) = 4+30+90=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 90 (35.55% from 255 or 72.58% from 124); Max value from RGB is 90 - color contains mainly: blue. Hex color #041E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E5A is #FBE1A5. Grayscale: #1C1C1C. Windows color (decimal): -16507302 or 5905924. OLE color: 5905924.

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

Color convert

RGB43090-
CMYK0.960.6700.65
HSL221.86º91.49%18.43%-
HSV(B)221.86º95.56%35.29%-
XYZ2.361.699.88-
YUV29.07162.39110.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.23%
GREEN value IS 30 (12.11% from 255) = 24.19%
BLUE value IS 90 (35.55% from 255) = 72.58%
R=3.23%
G=24.19%
B=72.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal430900.960.6700.65221.8691.4918.43
Hex41E5A6043041de5b12
Octal436132140103010133613322
Binary100111101011010110000010000110100000111011110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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