#071053

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

Shades of Sapphire #071053

Tints of Sapphire #071053

Color information

#071053 (or 0x071053) is unknown color: approx Sapphire. HEX triplet: 07, 10 and 53. RGB value is (7,16,83). Sum of RGB (Red+Green+Blue) = 7+16+83=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 83 (32.81% from 255 or 78.30% from 106); Max value from RGB is 83 - color contains mainly: blue. Hex color #071053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071053 is #F8EFAC. Grayscale: #141414. Windows color (decimal): -16314285 or 5443591. OLE color: 5443591.

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

Color convert

RGB71683-
CMYK0.920.8100.67
HSL232.89º84.44%17.65%-
HSV(B)232.89º91.57%32.55%-
XYZ1.831.048.29-
YUV20.95163.02118.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 83 (32.81% from 255) = 78.30%
R=6.60%
G=15.09%
B=78.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal716830.920.8100.67232.8984.4417.65
Hex710535C51043e95412
Octal720123134121010335112422
Binary111100001010011101110010100010100001111101001101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071053; }

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

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

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

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

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

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

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

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