#071468

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

Shades of Sapphire #071468

Tints of Sapphire #071468

Color information

#071468 (or 0x071468) is unknown color: approx Sapphire. HEX triplet: 07, 14 and 68. RGB value is (7,20,104). Sum of RGB (Red+Green+Blue) = 7+20+104=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 104 (41.02% from 255 or 79.39% from 131); Max value from RGB is 104 - color contains mainly: blue. Hex color #071468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071468 is #F8EB97. Grayscale: #191919. Windows color (decimal): -16313240 or 6820871. OLE color: 6820871.

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

Color convert

RGB720104-
CMYK0.930.8100.59
HSL231.96º87.39%21.76%-
HSV(B)231.96º93.27%40.78%-
XYZ2.841.5413.25-
YUV25.69172.19114.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.34%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 104 (41.02% from 255) = 79.39%
R=5.34%
G=15.27%
B=79.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7201040.930.8100.59231.9687.3921.76
Hex714685D5103Be85716
Octal72415013512107335012726
Binary11110100110100010111011010001011101111101000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071468; }

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

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

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

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

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

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

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

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