#071566

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

Shades of Sapphire #071566

Tints of Sapphire #071566

Color information

#071566 (or 0x071566) is unknown color: approx Sapphire. HEX triplet: 07, 15 and 66. RGB value is (7,21,102). Sum of RGB (Red+Green+Blue) = 7+21+102=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 102 (40.23% from 255 or 78.46% from 130); Max value from RGB is 102 - color contains mainly: blue. Hex color #071566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071566 is #F8EA99. Grayscale: #191919. Windows color (decimal): -16312986 or 6690055. OLE color: 6690055.

HSL color Cylindrical-coordinate representation of color #071566: hue angle of 231.16º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071566 is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB721102-
CMYK0.930.7900.6
HSL231.16º87.16%21.37%-
HSV(B)231.16º93.14%40%-
XYZ2.751.5412.72-
YUV26.05170.86114.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 102 (40.23% from 255) = 78.46%
R=5.38%
G=16.15%
B=78.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal7211020.930.7900.6231.1687.1621.37
Hex715665D4F03Ce75715
Octal72514613511707434712725
Binary11110101110011010111011001111011110011100111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071566; }

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

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

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

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

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

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

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

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