#071668

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

Shades of Sapphire #071668

Tints of Sapphire #071668

Color information

#071668 (or 0x071668) is unknown color: approx Sapphire. HEX triplet: 07, 16 and 68. RGB value is (7,22,104). Sum of RGB (Red+Green+Blue) = 7+22+104=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #071668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071668 is #F8E997. Grayscale: #1A1A1A. Windows color (decimal): -16312728 or 6821383. OLE color: 6821383.

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

Color convert

RGB722104-
CMYK0.930.7900.59
HSL230.72º87.39%21.76%-
HSV(B)230.72º93.27%40.78%-
XYZ2.871.6213.26-
YUV26.86171.53113.83-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.26%
GREEN value IS 22 (8.98% from 255) = 16.54%
BLUE value IS 104 (41.02% from 255) = 78.20%
R=5.26%
G=16.54%
B=78.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7221040.930.7900.59230.7287.3921.76
Hex716685D4F03Be75716
Octal72615013511707334712726
Binary11110110110100010111011001111011101111100111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071668; }

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

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

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

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

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

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

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

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