#072776

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

Shades of Sapphire #072776

Tints of Sapphire #072776

Color information

#072776 (or 0x072776) is unknown color: approx Sapphire. HEX triplet: 07, 27 and 76. RGB value is (7,39,118). Sum of RGB (Red+Green+Blue) = 7+39+118=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #072776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072776 is #F8D889. Grayscale: #262626. Windows color (decimal): -16308362 or 7743239. OLE color: 7743239.

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

Color convert

RGB739118-
CMYK0.940.6700.54
HSL222.7º88.8%24.51%-
HSV(B)222.7º94.07%46.27%-
XYZ4.082.817.47-
YUV38.44172.9105.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.27%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 118 (46.48% from 255) = 71.95%
R=4.27%
G=23.78%
B=71.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7391180.940.6700.54222.788.824.51
Hex727765E43036df5919
Octal74716613610306633713131
Binary111100111111011010111101000011011011011011111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072776; }

 p { color: rgb(7,39,118); }

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

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

 a { background-color: rgb(7,39,118); }

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

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

 span { border-color: rgb(7,39,118); }

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