#041A5E

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

Shades of Sapphire #041A5E

Tints of Sapphire #041A5E

Color information

#041A5E (or 0x041A5E) is unknown color: approx Sapphire. HEX triplet: 04, 1A and 5E. RGB value is (4,26,94). Sum of RGB (Red+Green+Blue) = 4+26+94=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #041A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A5E is #FBE5A1. Grayscale: #1A1A1A. Windows color (decimal): -16508322 or 6167044. OLE color: 6167044.

HSL color Cylindrical-coordinate representation of color #041A5E: hue angle of 225.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041A5E is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB42694-
CMYK0.960.7200.63
HSL225.33º91.84%19.22%-
HSV(B)225.33º95.74%36.86%-
XYZ2.441.5710.76-
YUV27.17165.71111.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.23%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 94 (37.11% from 255) = 75.81%
R=3.23%
G=20.97%
B=75.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal426940.960.7200.63225.3391.8419.22
Hex41A5E604803Fe15c13
Octal43213614011007734113423
Binary10011010101111011000001001000011111111100001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,26,94); }

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

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

 a { background-color: rgb(4,26,94); }

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

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

 span { border-color: rgb(4,26,94); }

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