#071153

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

Shades of Sapphire #071153

Tints of Sapphire #071153

Color information

#071153 (or 0x071153) is unknown color: approx Sapphire. HEX triplet: 07, 11 and 53. RGB value is (7,17,83). Sum of RGB (Red+Green+Blue) = 7+17+83=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 83 (32.81% from 255 or 77.57% from 107); Max value from RGB is 83 - color contains mainly: blue. Hex color #071153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071153 is #F8EEAC. Grayscale: #151515. Windows color (decimal): -16314029 or 5443847. OLE color: 5443847.

HSL color Cylindrical-coordinate representation of color #071153: hue angle of 232.11º degrees, saturation: 0.84, 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 #071153 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB71783-
CMYK0.920.8000.67
HSL232.11º84.44%17.65%-
HSV(B)232.11º91.57%32.55%-
XYZ1.851.078.29-
YUV21.53162.69117.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.54%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 83 (32.81% from 255) = 77.57%
R=6.54%
G=15.89%
B=77.57%

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
Decimal717830.920.8000.67232.1184.4417.65
Hex711535C50043e85412
Octal721123134120010335012422
Binary111100011010011101110010100000100001111101000101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071153; }

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

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

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

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

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

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

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

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