#041971

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

Shades of Sapphire #041971

Tints of Sapphire #041971

Color information

#041971 (or 0x041971) is unknown color: approx Sapphire. HEX triplet: 04, 19 and 71. RGB value is (4,25,113). Sum of RGB (Red+Green+Blue) = 4+25+113=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 113 (44.53% from 255 or 79.58% from 142); Max value from RGB is 113 - color contains mainly: blue. Hex color #041971 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041971 is #FBE68E. Grayscale: #1C1C1C. Windows color (decimal): -16508559 or 7411972. OLE color: 7411972.

HSL color Cylindrical-coordinate representation of color #041971: hue angle of 228.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041971 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB425113-
CMYK0.960.7800.56
HSL228.44º93.16%22.94%-
HSV(B)228.44º96.46%44.31%-
XYZ3.381.9115.81-
YUV28.75175.54110.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 25 (10.16% from 255) = 17.61%
BLUE value IS 113 (44.53% from 255) = 79.58%
R=2.82%
G=17.61%
B=79.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4251130.960.7800.56228.4493.1622.94
Hex41971604E038e45d17
Octal43116114011607034413527
Binary10011001111000111000001001110011100011100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041971; }

 p { color: rgb(4,25,113); }

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

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

 a { background-color: rgb(4,25,113); }

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

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

 span { border-color: rgb(4,25,113); }

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