#071556

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

Shades of Sapphire #071556

Tints of Sapphire #071556

Color information

#071556 (or 0x071556) is unknown color: approx Sapphire. HEX triplet: 07, 15 and 56. RGB value is (7,21,86). Sum of RGB (Red+Green+Blue) = 7+21+86=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 86 (33.98% from 255 or 75.44% from 114); Max value from RGB is 86 - color contains mainly: blue. Hex color #071556 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071556 is #F8EAA9. Grayscale: #171717. Windows color (decimal): -16313002 or 5641479. OLE color: 5641479.

HSL color Cylindrical-coordinate representation of color #071556: hue angle of 229.37º 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 #071556 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB72186-
CMYK0.920.7600.66
HSL229.37º84.95%18.24%-
HSV(B)229.37º91.86%33.73%-
XYZ2.041.258.94-
YUV24.22162.86115.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.14%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 86 (33.98% from 255) = 75.44%
R=6.14%
G=18.42%
B=75.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal721860.920.7600.66229.3784.9518.24
Hex715565C4C042e55512
Octal725126134114010234512522
Binary111101011010110101110010011000100001011100101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071556; }

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

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

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

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

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

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

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

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