#072663

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

Shades of Sapphire #072663

Tints of Sapphire #072663

Color information

#072663 (or 0x072663) is unknown color: approx Sapphire. HEX triplet: 07, 26 and 63. RGB value is (7,38,99). Sum of RGB (Red+Green+Blue) = 7+38+99=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #072663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072663 is #F8D99C. Grayscale: #232323. Windows color (decimal): -16308637 or 6497799. OLE color: 6497799.

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

Color convert

RGB73899-
CMYK0.930.6200.61
HSL219.78º86.79%20.78%-
HSV(B)219.78º92.93%38.82%-
XYZ3.032.3312.09-
YUV35.68163.73107.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.86%
GREEN value IS 38 (15.23% from 255) = 26.39%
BLUE value IS 99 (39.06% from 255) = 68.75%
R=4.86%
G=26.39%
B=68.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal738990.930.6200.61219.7886.7920.78
Hex726635D3E03Ddc5715
Octal7461431357607533412725
Binary11110011011000111011101111110011110111011100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072663; }

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

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

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

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

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

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

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

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