#071152

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

Shades of Sapphire #071152

Tints of Sapphire #071152

Color information

#071152 (or 0x071152) is unknown color: approx Sapphire. HEX triplet: 07, 11 and 52. RGB value is (7,17,82). Sum of RGB (Red+Green+Blue) = 7+17+82=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 82 (32.42% from 255 or 77.36% from 106); Max value from RGB is 82 - color contains mainly: blue. Hex color #071152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071152 is #F8EEAD. Grayscale: #151515. Windows color (decimal): -16314030 or 5378311. OLE color: 5378311.

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

Color convert

RGB71782-
CMYK0.910.7900.68
HSL232º84.27%17.45%-
HSV(B)232º91.46%32.16%-
XYZ1.811.068.09-
YUV21.42162.19117.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 82 (32.42% from 255) = 77.36%
R=6.60%
G=16.04%
B=77.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal717820.910.7900.6823284.2717.45
Hex711525B4F044e85411
Octal721122133117010435012421
Binary111100011010010101101110011110100010011101000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071152; }

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

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

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

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

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

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

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

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