#042E71

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

Shades of Sapphire #042E71

Tints of Sapphire #042E71

Color information

#042E71 (or 0x042E71) is unknown color: approx Sapphire. HEX triplet: 04, 2E and 71. RGB value is (4,46,113). Sum of RGB (Red+Green+Blue) = 4+46+113=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 113 (44.53% from 255 or 69.33% from 163); Max value from RGB is 113 - color contains mainly: blue. Hex color #042E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042E71 is #FBD18E. Grayscale: #282828. Windows color (decimal): -16503183 or 7417348. OLE color: 7417348.

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

Color convert

RGB446113-
CMYK0.960.5900.56
HSL216.88º93.16%22.94%-
HSV(B)216.88º96.46%44.31%-
XYZ4.013.1716.02-
YUV41.08168.59101.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 46 (18.36% from 255) = 28.22%
BLUE value IS 113 (44.53% from 255) = 69.33%
R=2.45%
G=28.22%
B=69.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4461130.960.5900.56216.8893.1622.94
Hex42E71603B038d95d17
Octal4561611407307033113527
Binary10010111011100011100000111011011100011011001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042E71; }

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

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

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

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

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

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

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

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