#042D71

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

Shades of Sapphire #042D71

Tints of Sapphire #042D71

Color information

#042D71 (or 0x042D71) is unknown color: approx Sapphire. HEX triplet: 04, 2D and 71. RGB value is (4,45,113). Sum of RGB (Red+Green+Blue) = 4+45+113=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 45 (17.97% from 255 or 27.78% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #042D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042D71 is #FBD28E. Grayscale: #282828. Windows color (decimal): -16503439 or 7417092. OLE color: 7417092.

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

Color convert

RGB445113-
CMYK0.960.6000.56
HSL217.43º93.16%22.94%-
HSV(B)217.43º96.46%44.31%-
XYZ3.973.0916.01-
YUV40.49168.92101.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.47%
GREEN value IS 45 (17.97% from 255) = 27.78%
BLUE value IS 113 (44.53% from 255) = 69.75%
R=2.47%
G=27.78%
B=69.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4451130.960.6000.56217.4393.1622.94
Hex42D71603C038d95d17
Octal4551611407407033113527
Binary10010110111100011100000111100011100011011001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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