#071976

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

Shades of Sapphire #071976

Tints of Sapphire #071976

Color information

#071976 (or 0x071976) is unknown color: approx Sapphire. HEX triplet: 07, 19 and 76. RGB value is (7,25,118). Sum of RGB (Red+Green+Blue) = 7+25+118=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 118 (46.48% from 255 or 78.67% from 150); Max value from RGB is 118 - color contains mainly: blue. Hex color #071976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071976 is #F8E689. Grayscale: #1D1D1D. Windows color (decimal): -16311946 or 7739655. OLE color: 7739655.

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

Color convert

RGB725118-
CMYK0.940.7900.54
HSL230.27º88.8%24.51%-
HSV(B)230.27º94.07%46.27%-
XYZ3.712.0517.34-
YUV30.22177.54111.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.67%
GREEN value IS 25 (10.16% from 255) = 16.67%
BLUE value IS 118 (46.48% from 255) = 78.67%
R=4.67%
G=16.67%
B=78.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7251180.940.7900.54230.2788.824.51
Hex719765E4F036e65919
Octal73116613611706634613131
Binary11111001111011010111101001111011011011100110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071976; }

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

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

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

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

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

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

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

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