#072863

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

Shades of Sapphire #072863

Tints of Sapphire #072863

Color information

#072863 (or 0x072863) is unknown color: approx Sapphire. HEX triplet: 07, 28 and 63. RGB value is (7,40,99). Sum of RGB (Red+Green+Blue) = 7+40+99=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 99 (39.06% from 255 or 67.81% from 146); Max value from RGB is 99 - color contains mainly: blue. Hex color #072863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072863 is #F8D79C. Grayscale: #242424. Windows color (decimal): -16308125 or 6498311. OLE color: 6498311.

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

Color convert

RGB74099-
CMYK0.930.6000.61
HSL218.48º86.79%20.78%-
HSV(B)218.48º92.93%38.82%-
XYZ3.12.4612.12-
YUV36.86163.07106.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.79%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 99 (39.06% from 255) = 67.81%
R=4.79%
G=27.40%
B=67.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal740990.930.6000.61218.4886.7920.78
Hex728635D3C03Dda5715
Octal7501431357407533212725
Binary11110100011000111011101111100011110111011010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072863; }

 p { color: rgb(7,40,99); }

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

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

 a { background-color: rgb(7,40,99); }

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

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

 span { border-color: rgb(7,40,99); }

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