#042A71

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

Shades of Sapphire #042A71

Tints of Sapphire #042A71

Color information

#042A71 (or 0x042A71) is unknown color: approx Sapphire. HEX triplet: 04, 2A and 71. RGB value is (4,42,113). Sum of RGB (Red+Green+Blue) = 4+42+113=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #042A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042A71 is #FBD58E. Grayscale: #262626. Windows color (decimal): -16504207 or 7416324. OLE color: 7416324.

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

Color convert

RGB442113-
CMYK0.960.6300.56
HSL219.08º93.16%22.94%-
HSV(B)219.08º96.46%44.31%-
XYZ3.862.8715.97-
YUV38.73169.91103.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.52%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 113 (44.53% from 255) = 71.07%
R=2.52%
G=26.42%
B=71.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4421130.960.6300.56219.0893.1622.94
Hex42A71603F038db5d17
Octal4521611407707033313527
Binary10010101011100011100000111111011100011011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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