#041A76

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

Shades of Sapphire #041A76

Tints of Sapphire #041A76

Color information

#041A76 (or 0x041A76) is unknown color: approx Sapphire. HEX triplet: 04, 1A and 76. RGB value is (4,26,118). Sum of RGB (Red+Green+Blue) = 4+26+118=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 118 (46.48% from 255 or 79.73% from 148); Max value from RGB is 118 - color contains mainly: blue. Hex color #041A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041A76 is #FBE589. Grayscale: #1D1D1D. Windows color (decimal): -16508298 or 7739908. OLE color: 7739908.

HSL color Cylindrical-coordinate representation of color #041A76: hue angle of 228.42º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041A76 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB426118-
CMYK0.970.7800.54
HSL228.42º93.44%23.92%-
HSV(B)228.42º96.61%46.27%-
XYZ3.692.0717.35-
YUV29.91177.71109.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.70%
GREEN value IS 26 (10.55% from 255) = 17.57%
BLUE value IS 118 (46.48% from 255) = 79.73%
R=2.70%
G=17.57%
B=79.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4261180.970.7800.54228.4293.4423.92
Hex41A76614E036e45d18
Octal43216614111606634413530
Binary10011010111011011000011001110011011011100100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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