#073079

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

Shades of Sapphire #073079

Tints of Sapphire #073079

Color information

#073079 (or 0x073079) is unknown color: approx Sapphire. HEX triplet: 07, 30 and 79. RGB value is (7,48,121). Sum of RGB (Red+Green+Blue) = 7+48+121=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 121 (47.66% from 255 or 68.75% from 176); Max value from RGB is 121 - color contains mainly: blue. Hex color #073079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073079 is #F8CF86. Grayscale: #2B2B2B. Windows color (decimal): -16306055 or 7942151. OLE color: 7942151.

HSL color Cylindrical-coordinate representation of color #073079: hue angle of 218.42º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073079 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB748121-
CMYK0.940.6000.53
HSL218.42º89.06%25.1%-
HSV(B)218.42º94.21%47.45%-
XYZ4.63.5418.53-
YUV44.06171.42101.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.98%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 121 (47.66% from 255) = 68.75%
R=3.98%
G=27.27%
B=68.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7481210.940.6000.53218.4289.0625.1
Hex730795E3C035da5919
Octal7601711367406533213131
Binary11111000011110011011110111100011010111011010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073079; }

 p { color: rgb(7,48,121); }

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

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

 a { background-color: rgb(7,48,121); }

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

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

 span { border-color: rgb(7,48,121); }

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