#081055

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

Shades of Sapphire #081055

Tints of Sapphire #081055

Color information

#081055 (or 0x081055) is unknown color: approx Sapphire. HEX triplet: 08, 10 and 55. RGB value is (8,16,85). Sum of RGB (Red+Green+Blue) = 8+16+85=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 85 (33.59% from 255 or 77.98% from 109); Max value from RGB is 85 - color contains mainly: blue. Hex color #081055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081055 is #F7EFAA. Grayscale: #151515. Windows color (decimal): -16248747 or 5574664. OLE color: 5574664.

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

Color convert

RGB81685-
CMYK0.910.8100.67
HSL233.77º82.8%18.24%-
HSV(B)233.77º90.59%33.33%-
XYZ1.931.088.7-
YUV21.47163.85118.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 85 (33.59% from 255) = 77.98%
R=7.34%
G=14.68%
B=77.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal816850.910.8100.67233.7782.818.24
Hex810555B51043ea5312
Octal1020125133121010335212322
Binary1000100001010101101101110100010100001111101010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081055; }

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

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

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

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

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

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

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

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