#071256

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

Shades of Sapphire #071256

Tints of Sapphire #071256

Color information

#071256 (or 0x071256) is unknown color: approx Sapphire. HEX triplet: 07, 12 and 56. RGB value is (7,18,86). Sum of RGB (Red+Green+Blue) = 7+18+86=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 86 (33.98% from 255 or 77.48% from 111); Max value from RGB is 86 - color contains mainly: blue. Hex color #071256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071256 is #F8EDA9. Grayscale: #161616. Windows color (decimal): -16313770 or 5640711. OLE color: 5640711.

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

Color convert

RGB71886-
CMYK0.920.7900.66
HSL231.65º84.95%18.24%-
HSV(B)231.65º91.86%33.73%-
XYZ1.981.158.92-
YUV22.46163.86116.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 18 (7.42% from 255) = 16.22%
BLUE value IS 86 (33.98% from 255) = 77.48%
R=6.31%
G=16.22%
B=77.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal718860.920.7900.66231.6584.9518.24
Hex712565C4F042e85512
Octal722126134117010235012522
Binary111100101010110101110010011110100001011101000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071256; }

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

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

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

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

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

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

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

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