#081053

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

Shades of Sapphire #081053

Tints of Sapphire #081053

Color information

#081053 (or 0x081053) is unknown color: approx Sapphire. HEX triplet: 08, 10 and 53. RGB value is (8,16,83). Sum of RGB (Red+Green+Blue) = 8+16+83=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 16 (6.64% from 255 or 14.95% 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 #081053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081053 is #F7EFAC. Grayscale: #141414. Windows color (decimal): -16248749 or 5443592. OLE color: 5443592.

HSL color Cylindrical-coordinate representation of color #081053: hue angle of 233.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081053 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB81683-
CMYK0.900.8100.67
HSL233.6º82.42%17.84%-
HSV(B)233.6º90.36%32.55%-
XYZ1.851.058.29-
YUV21.25162.85118.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.48%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 83 (32.81% from 255) = 77.57%
R=7.48%
G=14.95%
B=77.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal816830.900.8100.67233.682.4217.84
Hex810535A51043ea5212
Octal1020123132121010335212222
Binary1000100001010011101101010100010100001111101010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081053; }

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

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

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

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

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

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

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

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