#042C73

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

Shades of Sapphire #042C73

Tints of Sapphire #042C73

Color information

#042C73 (or 0x042C73) is unknown color: approx Sapphire. HEX triplet: 04, 2C and 73. RGB value is (4,44,115). Sum of RGB (Red+Green+Blue) = 4+44+115=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 115 (45.31% from 255 or 70.55% from 163); Max value from RGB is 115 - color contains mainly: blue. Hex color #042C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042C73 is #FBD38C. Grayscale: #272727. Windows color (decimal): -16503693 or 7547908. OLE color: 7547908.

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

Color convert

RGB444115-
CMYK0.970.6200.55
HSL218.38º93.28%23.33%-
HSV(B)218.38º96.52%45.1%-
XYZ4.053.0616.6-
YUV40.13170.25102.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 44 (17.58% from 255) = 26.99%
BLUE value IS 115 (45.31% from 255) = 70.55%
R=2.45%
G=26.99%
B=70.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4441150.970.6200.55218.3893.2823.33
Hex42C73613E037da5d17
Octal4541631417606733213527
Binary10010110011100111100001111110011011111011010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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