#081155

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

Shades of Sapphire #081155

Tints of Sapphire #081155

Color information

#081155 (or 0x081155) is unknown color: approx Sapphire. HEX triplet: 08, 11 and 55. RGB value is (8,17,85). Sum of RGB (Red+Green+Blue) = 8+17+85=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 85 (33.59% from 255 or 77.27% from 110); Max value from RGB is 85 - color contains mainly: blue. Hex color #081155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081155 is #F7EEAA. Grayscale: #151515. Windows color (decimal): -16248491 or 5574920. OLE color: 5574920.

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

Color convert

RGB81785-
CMYK0.910.8000.67
HSL232.99º82.8%18.24%-
HSV(B)232.99º90.59%33.33%-
XYZ1.941.118.71-
YUV22.06163.52117.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.27%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 85 (33.59% from 255) = 77.27%
R=7.27%
G=15.45%
B=77.27%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal817850.910.8000.67232.9982.818.24
Hex811555B50043e95312
Octal1021125133120010335112322
Binary1000100011010101101101110100000100001111101001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081155; }

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

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

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

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

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

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

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

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