#072876

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

Shades of Sapphire #072876

Tints of Sapphire #072876

Color information

#072876 (or 0x072876) is unknown color: approx Sapphire. HEX triplet: 07, 28 and 76. RGB value is (7,40,118). Sum of RGB (Red+Green+Blue) = 7+40+118=165 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.24% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #072876 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072876 is #F8D789. Grayscale: #262626. Windows color (decimal): -16308106 or 7743495. OLE color: 7743495.

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

Color convert

RGB740118-
CMYK0.940.6600.54
HSL222.16º88.8%24.51%-
HSV(B)222.16º94.07%46.27%-
XYZ4.122.8717.48-
YUV39.02172.57105.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.24%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 118 (46.48% from 255) = 71.52%
R=4.24%
G=24.24%
B=71.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7401180.940.6600.54222.1688.824.51
Hex728765E42036de5919
Octal75016613610206633613131
Binary111101000111011010111101000010011011011011110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072876; }

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

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

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

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

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

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

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

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