#07206B

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

Shades of Sapphire #07206B

Tints of Sapphire #07206B

Color information

#07206B (or 0x07206B) is unknown color: approx Sapphire. HEX triplet: 07, 20 and 6B. RGB value is (7,32,107). Sum of RGB (Red+Green+Blue) = 7+32+107=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 107 (42.19% from 255 or 73.29% from 146); Max value from RGB is 107 - color contains mainly: blue. Hex color #07206B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07206B is #F8DF94. Grayscale: #202020. Windows color (decimal): -16310165 or 7020551. OLE color: 7020551.

HSL color Cylindrical-coordinate representation of color #07206B: hue angle of 225º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07206B is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB732107-
CMYK0.930.7000.58
HSL225º87.72%22.35%-
HSV(B)225º93.46%41.96%-
XYZ3.262.1414.15-
YUV33.08169.72109.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.79%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 107 (42.19% from 255) = 73.29%
R=4.79%
G=21.92%
B=73.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7321070.930.7000.5822587.7222.35
Hex7206B5D4603Ae15816
Octal74015313510607234113026
Binary111100000110101110111011000110011101011100001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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