#081C51

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

Shades of Sapphire #081C51

Tints of Sapphire #081C51

Color information

#081C51 (or 0x081C51) is unknown color: approx Sapphire. HEX triplet: 08, 1C and 51. RGB value is (8,28,81). Sum of RGB (Red+Green+Blue) = 8+28+81=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 81 (32.03% from 255 or 69.23% from 117); Max value from RGB is 81 - color contains mainly: blue. Hex color #081C51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C51 is #F7E3AE. Grayscale: #1B1B1B. Windows color (decimal): -16245679 or 5315592. OLE color: 5315592.

HSL color Cylindrical-coordinate representation of color #081C51: hue angle of 223.56º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081C51 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB82881-
CMYK0.900.6500.68
HSL223.56º82.02%17.45%-
HSV(B)223.56º90.12%31.76%-
XYZ21.487.96-
YUV28.06157.87113.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.84%
GREEN value IS 28 (11.33% from 255) = 23.93%
BLUE value IS 81 (32.03% from 255) = 69.23%
R=6.84%
G=23.93%
B=69.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal828810.900.6500.68223.5682.0217.45
Hex81C515A41044e05211
Octal1034121132101010434012221
Binary1000111001010001101101010000010100010011100000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081C51; }

 p { color: rgb(8,28,81); }

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

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

 a { background-color: rgb(8,28,81); }

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

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

 span { border-color: rgb(8,28,81); }

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