#081050

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

Shades of Sapphire #081050

Tints of Sapphire #081050

Color information

#081050 (or 0x081050) is unknown color: approx Sapphire. HEX triplet: 08, 10 and 50. RGB value is (8,16,80). Sum of RGB (Red+Green+Blue) = 8+16+80=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 80 (31.64% from 255 or 76.92% from 104); Max value from RGB is 80 - color contains mainly: blue. Hex color #081050 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081050 is #F7EFAF. Grayscale: #141414. Windows color (decimal): -16248752 or 5246984. OLE color: 5246984.

HSL color Cylindrical-coordinate representation of color #081050: hue angle of 233.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081050 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB81680-
CMYK0.900.8000.69
HSL233.33º81.82%17.25%-
HSV(B)233.33º90%31.37%-
XYZ1.7317.69-
YUV20.9161.35118.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 80 (31.64% from 255) = 76.92%
R=7.69%
G=15.38%
B=76.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal816800.900.8000.69233.3381.8217.25
Hex810505A50045e95211
Octal1020120132120010535112221
Binary1000100001010000101101010100000100010111101001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081050; }

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

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

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

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

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

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

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

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