#072676

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

Shades of Sapphire #072676

Tints of Sapphire #072676

Color information

#072676 (or 0x072676) is unknown color: approx Sapphire. HEX triplet: 07, 26 and 76. RGB value is (7,38,118). Sum of RGB (Red+Green+Blue) = 7+38+118=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 118 (46.48% from 255 or 72.39% from 163); Max value from RGB is 118 - color contains mainly: blue. Hex color #072676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072676 is #F8D989. Grayscale: #252525. Windows color (decimal): -16308618 or 7742983. OLE color: 7742983.

HSL color Cylindrical-coordinate representation of color #072676: hue angle of 223.24º 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 #072676 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB738118-
CMYK0.940.6800.54
HSL223.24º88.8%24.51%-
HSV(B)223.24º94.07%46.27%-
XYZ4.052.7417.45-
YUV37.85173.23106-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.29%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 118 (46.48% from 255) = 72.39%
R=4.29%
G=23.31%
B=72.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7381180.940.6800.54223.2488.824.51
Hex726765E44036df5919
Octal74616613610406633713131
Binary111100110111011010111101000100011011011011111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072676; }

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

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

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

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

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

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

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

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