#072963

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

Shades of Sapphire #072963

Tints of Sapphire #072963

Color information

#072963 (or 0x072963) is unknown color: approx Sapphire. HEX triplet: 07, 29 and 63. RGB value is (7,41,99). Sum of RGB (Red+Green+Blue) = 7+41+99=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #072963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072963 is #F8D69C. Grayscale: #252525. Windows color (decimal): -16307869 or 6498567. OLE color: 6498567.

HSL color Cylindrical-coordinate representation of color #072963: hue angle of 217.83º 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 #072963 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB74199-
CMYK0.930.5900.61
HSL217.83º86.79%20.78%-
HSV(B)217.83º92.93%38.82%-
XYZ3.132.5312.13-
YUV37.45162.74106.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.76%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 99 (39.06% from 255) = 67.35%
R=4.76%
G=27.89%
B=67.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal741990.930.5900.61217.8386.7920.78
Hex729635D3B03Dda5715
Octal7511431357307533212725
Binary11110100111000111011101111011011110111011010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072963; }

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

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

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

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

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

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

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

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