#071873

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

Shades of Sapphire #071873

Tints of Sapphire #071873

Color information

#071873 (or 0x071873) is unknown color: approx Sapphire. HEX triplet: 07, 18 and 73. RGB value is (7,24,115). Sum of RGB (Red+Green+Blue) = 7+24+115=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 115 (45.31% from 255 or 78.77% from 146); Max value from RGB is 115 - color contains mainly: blue. Hex color #071873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071873 is #F8E78C. Grayscale: #1C1C1C. Windows color (decimal): -16312205 or 7542791. OLE color: 7542791.

HSL color Cylindrical-coordinate representation of color #071873: hue angle of 230.56º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071873 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB724115-
CMYK0.940.7900.55
HSL230.56º88.52%23.92%-
HSV(B)230.56º93.91%45.1%-
XYZ3.511.9416.41-
YUV29.29176.37112.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.79%
GREEN value IS 24 (9.77% from 255) = 16.44%
BLUE value IS 115 (45.31% from 255) = 78.77%
R=4.79%
G=16.44%
B=78.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7241150.940.7900.55230.5688.5223.92
Hex718735E4F037e75918
Octal73016313611706734713130
Binary11111000111001110111101001111011011111100111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071873; }

 p { color: rgb(7,24,115); }

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

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

 a { background-color: rgb(7,24,115); }

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

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

 span { border-color: rgb(7,24,115); }

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