#071D73

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

Shades of Sapphire #071D73

Tints of Sapphire #071D73

Color information

#071D73 (or 0x071D73) is unknown color: approx Sapphire. HEX triplet: 07, 1D and 73. RGB value is (7,29,115). Sum of RGB (Red+Green+Blue) = 7+29+115=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 115 (45.31% from 255 or 76.16% from 151); Max value from RGB is 115 - color contains mainly: blue. Hex color #071D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071D73 is #F8E28C. Grayscale: #1F1F1F. Windows color (decimal): -16310925 or 7544071. OLE color: 7544071.

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

Color convert

RGB729115-
CMYK0.940.7500.55
HSL227.78º88.52%23.92%-
HSV(B)227.78º93.91%45.1%-
XYZ3.622.1616.45-
YUV32.23174.71110.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.64%
GREEN value IS 29 (11.72% from 255) = 19.21%
BLUE value IS 115 (45.31% from 255) = 76.16%
R=4.64%
G=19.21%
B=76.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7291150.940.7500.55227.7888.5223.92
Hex71D735E4B037e45918
Octal73516313611306734413130
Binary11111101111001110111101001011011011111100100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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