#07166F

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

Shades of Sapphire #07166F

Tints of Sapphire #07166F

Color information

#07166F (or 0x07166F) is unknown color: approx Sapphire. HEX triplet: 07, 16 and 6F. RGB value is (7,22,111). Sum of RGB (Red+Green+Blue) = 7+22+111=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 111 (43.75% from 255 or 79.29% from 140); Max value from RGB is 111 - color contains mainly: blue. Hex color #07166F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07166F is #F8E990. Grayscale: #1B1B1B. Windows color (decimal): -16312721 or 7280135. OLE color: 7280135.

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

Color convert

RGB722111-
CMYK0.940.8000.56
HSL231.35º88.14%23.14%-
HSV(B)231.35º93.69%43.53%-
XYZ3.241.7715.21-
YUV27.66175.03113.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 111 (43.75% from 255) = 79.29%
R=5%
G=15.71%
B=79.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7221110.940.8000.56231.3588.1423.14
Hex7166F5E50038e75817
Octal72615713612007034713027
Binary11110110110111110111101010000011100011100111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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