#07166C

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

Shades of Sapphire #07166C

Tints of Sapphire #07166C

Color information

#07166C (or 0x07166C) is unknown color: approx Sapphire. HEX triplet: 07, 16 and 6C. RGB value is (7,22,108). Sum of RGB (Red+Green+Blue) = 7+22+108=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 108 (42.58% from 255 or 78.83% from 137); Max value from RGB is 108 - color contains mainly: blue. Hex color #07166C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07166C is #F8E993. Grayscale: #1A1A1A. Windows color (decimal): -16312724 or 7083527. OLE color: 7083527.

HSL color Cylindrical-coordinate representation of color #07166C: hue angle of 231.09º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07166C is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB722108-
CMYK0.940.8000.58
HSL231.09º87.83%22.55%-
HSV(B)231.09º93.52%42.35%-
XYZ3.081.714.35-
YUV27.32173.53113.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.11%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 108 (42.58% from 255) = 78.83%
R=5.11%
G=16.06%
B=78.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7221080.940.8000.58231.0987.8322.55
Hex7166C5E5003Ae75817
Octal72615413612007234713027
Binary11110110110110010111101010000011101011100111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07166C; }

 p { color: rgb(7,22,108); }

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

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

 a { background-color: rgb(7,22,108); }

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

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

 span { border-color: rgb(7,22,108); }

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