#071E73

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

Shades of Sapphire #071E73

Tints of Sapphire #071E73

Color information

#071E73 (or 0x071E73) is unknown color: approx Sapphire. HEX triplet: 07, 1E and 73. RGB value is (7,30,115). Sum of RGB (Red+Green+Blue) = 7+30+115=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 115 (45.31% from 255 or 75.66% from 152); Max value from RGB is 115 - color contains mainly: blue. Hex color #071E73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071E73 is #F8E18C. Grayscale: #202020. Windows color (decimal): -16310669 or 7544327. OLE color: 7544327.

HSL color Cylindrical-coordinate representation of color #071E73: hue angle of 227.22º 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 #071E73 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB730115-
CMYK0.940.7400.55
HSL227.22º88.52%23.92%-
HSV(B)227.22º93.91%45.1%-
XYZ3.652.2116.45-
YUV32.81174.38109.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.61%
GREEN value IS 30 (12.11% from 255) = 19.74%
BLUE value IS 115 (45.31% from 255) = 75.66%
R=4.61%
G=19.74%
B=75.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7301150.940.7400.55227.2288.5223.92
Hex71E735E4A037e35918
Octal73616313611206734313130
Binary11111110111001110111101001010011011111100011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071E73; }

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

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

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

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

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

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

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

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