#071150

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

Shades of Sapphire #071150

Tints of Sapphire #071150

Color information

#071150 (or 0x071150) is unknown color: approx Sapphire. HEX triplet: 07, 11 and 50. RGB value is (7,17,80). Sum of RGB (Red+Green+Blue) = 7+17+80=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 80 (31.64% from 255 or 76.92% from 104); Max value from RGB is 80 - color contains mainly: blue. Hex color #071150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071150 is #F8EEAF. Grayscale: #141414. Windows color (decimal): -16314032 or 5247239. OLE color: 5247239.

HSL color Cylindrical-coordinate representation of color #071150: hue angle of 231.78º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #071150 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB71780-
CMYK0.910.7900.69
HSL231.78º83.91%17.06%-
HSV(B)231.78º91.25%31.37%-
XYZ1.741.037.7-
YUV21.19161.19117.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.73%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 80 (31.64% from 255) = 76.92%
R=6.73%
G=16.35%
B=76.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal717800.910.7900.69231.7883.9117.06
Hex711505B4F045e85411
Octal721120133117010535012421
Binary111100011010000101101110011110100010111101000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071150; }

 p { color: rgb(7,17,80); }

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

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

 a { background-color: rgb(7,17,80); }

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

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

 span { border-color: rgb(7,17,80); }

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