#071669

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

Shades of Sapphire #071669

Tints of Sapphire #071669

Color information

#071669 (or 0x071669) is unknown color: approx Sapphire. HEX triplet: 07, 16 and 69. RGB value is (7,22,105). Sum of RGB (Red+Green+Blue) = 7+22+105=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 105 (41.41% from 255 or 78.36% from 134); Max value from RGB is 105 - color contains mainly: blue. Hex color #071669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071669 is #F8E996. Grayscale: #1A1A1A. Windows color (decimal): -16312727 or 6886919. OLE color: 6886919.

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

Color convert

RGB722105-
CMYK0.930.7900.59
HSL230.82º87.5%21.96%-
HSV(B)230.82º93.33%41.18%-
XYZ2.921.6413.53-
YUV26.98172.03113.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.22%
GREEN value IS 22 (8.98% from 255) = 16.42%
BLUE value IS 105 (41.41% from 255) = 78.36%
R=5.22%
G=16.42%
B=78.36%

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
Decimal7221050.930.7900.59230.8287.521.96
Hex716695D4F03Be75816
Octal72615113511707334713026
Binary11110110110100110111011001111011101111100111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071669; }

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

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

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

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

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

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

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

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