#07206C

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

Shades of Sapphire #07206C

Tints of Sapphire #07206C

Color information

#07206C (or 0x07206C) is unknown color: approx Sapphire. HEX triplet: 07, 20 and 6C. RGB value is (7,32,108). Sum of RGB (Red+Green+Blue) = 7+32+108=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 108 (42.58% from 255 or 73.47% from 147); Max value from RGB is 108 - color contains mainly: blue. Hex color #07206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07206C is #F8DF93. Grayscale: #202020. Windows color (decimal): -16310164 or 7086087. OLE color: 7086087.

HSL color Cylindrical-coordinate representation of color #07206C: hue angle of 225.15º 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 #07206C is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB732108-
CMYK0.940.7000.58
HSL225.15º87.83%22.55%-
HSV(B)225.15º93.52%42.35%-
XYZ3.312.1614.43-
YUV33.19170.22109.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.76%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 108 (42.58% from 255) = 73.47%
R=4.76%
G=21.77%
B=73.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7321080.940.7000.58225.1587.8322.55
Hex7206C5E4603Ae15817
Octal74015413610607234113027
Binary111100000110110010111101000110011101011100001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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