#071155

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

Shades of Sapphire #071155

Tints of Sapphire #071155

Color information

#071155 (or 0x071155) is unknown color: approx Sapphire. HEX triplet: 07, 11 and 55. RGB value is (7,17,85). Sum of RGB (Red+Green+Blue) = 7+17+85=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 85 (33.59% from 255 or 77.98% from 109); Max value from RGB is 85 - color contains mainly: blue. Hex color #071155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071155 is #F8EEAA. Grayscale: #151515. Windows color (decimal): -16314027 or 5574919. OLE color: 5574919.

HSL color Cylindrical-coordinate representation of color #071155: hue angle of 232.31º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071155 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB71785-
CMYK0.920.8000.67
HSL232.31º84.78%18.04%-
HSV(B)232.31º91.76%33.33%-
XYZ1.931.18.71-
YUV21.76163.69117.47-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.42%
GREEN value IS 17 (7.03% from 255) = 15.60%
BLUE value IS 85 (33.59% from 255) = 77.98%
R=6.42%
G=15.60%
B=77.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal717850.920.8000.67232.3184.7818.04
Hex711555C50043e85512
Octal721125134120010335012522
Binary111100011010101101110010100000100001111101000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071155; }

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

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

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

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

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

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

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

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