#081655

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

Shades of Sapphire #081655

Tints of Sapphire #081655

Color information

#081655 (or 0x081655) is unknown color: approx Sapphire. HEX triplet: 08, 16 and 55. RGB value is (8,22,85). Sum of RGB (Red+Green+Blue) = 8+22+85=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 85 (33.59% from 255 or 73.91% from 115); Max value from RGB is 85 - color contains mainly: blue. Hex color #081655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081655 is #F7E9AA. Grayscale: #181818. Windows color (decimal): -16247211 or 5576200. OLE color: 5576200.

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

Color convert

RGB82285-
CMYK0.910.7400.67
HSL229.09º82.8%18.24%-
HSV(B)229.09º90.59%33.33%-
XYZ2.031.288.73-
YUV25161.86115.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 22 (8.98% from 255) = 19.13%
BLUE value IS 85 (33.59% from 255) = 73.91%
R=6.96%
G=19.13%
B=73.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal822850.910.7400.67229.0982.818.24
Hex816555B4A043e55312
Octal1026125133112010334512322
Binary1000101101010101101101110010100100001111100101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081655; }

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

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

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

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

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

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

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

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