#042B73

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

Shades of Sapphire #042B73

Tints of Sapphire #042B73

Color information

#042B73 (or 0x042B73) is unknown color: approx Sapphire. HEX triplet: 04, 2B and 73. RGB value is (4,43,115). Sum of RGB (Red+Green+Blue) = 4+43+115=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #042B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B73 is #FBD48C. Grayscale: #272727. Windows color (decimal): -16503949 or 7547652. OLE color: 7547652.

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

Color convert

RGB443115-
CMYK0.970.6300.55
HSL218.92º93.28%23.33%-
HSV(B)218.92º96.52%45.1%-
XYZ4.012.9916.59-
YUV39.55170.58102.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.47%
GREEN value IS 43 (17.19% from 255) = 26.54%
BLUE value IS 115 (45.31% from 255) = 70.99%
R=2.47%
G=26.54%
B=70.99%

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
Decimal4431150.970.6300.55218.9293.2823.33
Hex42B73613F037db5d17
Octal4531631417706733313527
Binary10010101111100111100001111111011011111011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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