#041A79

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

Shades of Sapphire #041A79

Tints of Sapphire #041A79

Color information

#041A79 (or 0x041A79) is unknown color: approx Sapphire. HEX triplet: 04, 1A and 79. RGB value is (4,26,121). Sum of RGB (Red+Green+Blue) = 4+26+121=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 121 (47.66% from 255 or 80.13% from 151); Max value from RGB is 121 - color contains mainly: blue. Hex color #041A79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A79 is #FBE586. Grayscale: #1D1D1D. Windows color (decimal): -16508295 or 7936516. OLE color: 7936516.

HSL color Cylindrical-coordinate representation of color #041A79: hue angle of 228.72º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041A79 is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB426121-
CMYK0.970.7900.53
HSL228.72º93.6%24.51%-
HSV(B)228.72º96.69%47.45%-
XYZ3.872.1518.3-
YUV30.25179.21109.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 121 (47.66% from 255) = 80.13%
R=2.65%
G=17.22%
B=80.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4261210.970.7900.53228.7293.624.51
Hex41A79614F035e55e19
Octal43217114111706534513631
Binary10011010111100111000011001111011010111100101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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