#071F72

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

Shades of Sapphire #071F72

Tints of Sapphire #071F72

Color information

#071F72 (or 0x071F72) is unknown color: approx Sapphire. HEX triplet: 07, 1F and 72. RGB value is (7,31,114). Sum of RGB (Red+Green+Blue) = 7+31+114=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #071F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071F72 is #F8E08D. Grayscale: #202020. Windows color (decimal): -16310414 or 7479047. OLE color: 7479047.

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

Color convert

RGB731114-
CMYK0.940.7300.55
HSL226.54º88.43%23.73%-
HSV(B)226.54º93.86%44.71%-
XYZ3.612.2416.16-
YUV33.29173.55109.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.61%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 114 (44.92% from 255) = 75%
R=4.61%
G=20.39%
B=75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7311140.940.7300.55226.5488.4323.73
Hex71F725E49037e35818
Octal73716213611106734313030
Binary11111111111001010111101001001011011111100011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,31,114); }

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

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

 a { background-color: rgb(7,31,114); }

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

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

 span { border-color: rgb(7,31,114); }

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