#072668

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

Shades of Sapphire #072668

Tints of Sapphire #072668

Color information

#072668 (or 0x072668) is unknown color: approx Sapphire. HEX triplet: 07, 26 and 68. RGB value is (7,38,104). Sum of RGB (Red+Green+Blue) = 7+38+104=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #072668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072668 is #F8D997. Grayscale: #232323. Windows color (decimal): -16308632 or 6825479. OLE color: 6825479.

HSL color Cylindrical-coordinate representation of color #072668: hue angle of 220.82º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072668 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB738104-
CMYK0.930.6300.59
HSL220.82º87.39%21.76%-
HSV(B)220.82º93.27%40.78%-
XYZ3.282.4313.39-
YUV36.25166.23107.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.70%
GREEN value IS 38 (15.23% from 255) = 25.50%
BLUE value IS 104 (41.02% from 255) = 69.80%
R=4.70%
G=25.50%
B=69.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7381040.930.6300.59220.8287.3921.76
Hex726685D3F03Bdd5716
Octal7461501357707333512726
Binary11110011011010001011101111111011101111011101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072668; }

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

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

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

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

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

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

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

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