#042047

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

Shades of Sapphire #042047

Tints of Sapphire #042047

Color information

#042047 (or 0x042047) is unknown color: approx Sapphire. HEX triplet: 04, 20 and 47. RGB value is (4,32,71). Sum of RGB (Red+Green+Blue) = 4+32+71=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 71 (28.12% from 255 or 66.36% from 107); Max value from RGB is 71 - color contains mainly: blue. Hex color #042047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042047 is #FBDFB8. Grayscale: #1B1B1B. Windows color (decimal): -16506809 or 4661252. OLE color: 4661252.

HSL color Cylindrical-coordinate representation of color #042047: hue angle of 214.93º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042047 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB43271-
CMYK0.940.5500.72
HSL214.93º89.33%14.71%-
HSV(B)214.93º94.37%27.84%-
XYZ1.71.516.16-
YUV28.07152.22110.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.74%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 71 (28.12% from 255) = 66.36%
R=3.74%
G=29.91%
B=66.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal432710.940.5500.72214.9389.3314.71
Hex420475E37048d759f
Octal44010713667011032713117
Binary10010000010001111011110110111010010001101011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042047; }

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

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

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

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

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

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

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

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