#042071

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

Shades of Sapphire #042071

Tints of Sapphire #042071

Color information

#042071 (or 0x042071) is unknown color: approx Sapphire. HEX triplet: 04, 20 and 71. RGB value is (4,32,113). Sum of RGB (Red+Green+Blue) = 4+32+113=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 113 (44.53% from 255 or 75.84% from 149); Max value from RGB is 113 - color contains mainly: blue. Hex color #042071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042071 is #FBDF8E. Grayscale: #202020. Windows color (decimal): -16506767 or 7413764. OLE color: 7413764.

HSL color Cylindrical-coordinate representation of color #042071: hue angle of 224.59º 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 #042071 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB432113-
CMYK0.960.7200.56
HSL224.59º93.16%22.94%-
HSV(B)224.59º96.46%44.31%-
XYZ3.552.2515.87-
YUV32.86173.22107.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.68%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 113 (44.53% from 255) = 75.84%
R=2.68%
G=21.48%
B=75.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4321130.960.7200.56224.5993.1622.94
Hex420716048038e15d17
Octal44016114011007034113527
Binary100100000111000111000001001000011100011100001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042071; }

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

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

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

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

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

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

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

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