#071456

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

Shades of Sapphire #071456

Tints of Sapphire #071456

Color information

#071456 (or 0x071456) is unknown color: approx Sapphire. HEX triplet: 07, 14 and 56. RGB value is (7,20,86). Sum of RGB (Red+Green+Blue) = 7+20+86=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 86 (33.98% from 255 or 76.11% from 113); Max value from RGB is 86 - color contains mainly: blue. Hex color #071456 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071456 is #F8EBA9. Grayscale: #171717. Windows color (decimal): -16313258 or 5641223. OLE color: 5641223.

HSL color Cylindrical-coordinate representation of color #071456: hue angle of 230.13º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071456 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB72086-
CMYK0.920.7700.66
HSL230.13º84.95%18.24%-
HSV(B)230.13º91.86%33.73%-
XYZ2.021.228.93-
YUV23.64163.19116.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 86 (33.98% from 255) = 76.11%
R=6.19%
G=17.70%
B=76.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal720860.920.7700.66230.1384.9518.24
Hex714565C4D042e65512
Octal724126134115010234612522
Binary111101001010110101110010011010100001011100110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071456; }

 p { color: rgb(7,20,86); }

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

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

 a { background-color: rgb(7,20,86); }

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

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

 span { border-color: rgb(7,20,86); }

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