#042A73

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

Shades of Sapphire #042A73

Tints of Sapphire #042A73

Color information

#042A73 (or 0x042A73) is unknown color: approx Sapphire. HEX triplet: 04, 2A and 73. RGB value is (4,42,115). Sum of RGB (Red+Green+Blue) = 4+42+115=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 115 (45.31% from 255 or 71.43% from 161); Max value from RGB is 115 - color contains mainly: blue. Hex color #042A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042A73 is #FBD58C. Grayscale: #262626. Windows color (decimal): -16504205 or 7547396. OLE color: 7547396.

HSL color Cylindrical-coordinate representation of color #042A73: hue angle of 219.46º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042A73 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB442115-
CMYK0.970.6300.55
HSL219.46º93.28%23.33%-
HSV(B)219.46º96.52%45.1%-
XYZ3.972.9216.57-
YUV38.96170.91103.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 115 (45.31% from 255) = 71.43%
R=2.48%
G=26.09%
B=71.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4421150.970.6300.55219.4693.2823.33
Hex42A73613F037db5d17
Octal4521631417706733313527
Binary10010101011100111100001111111011011111011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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