#081354

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

Shades of Sapphire #081354

Tints of Sapphire #081354

Color information

#081354 (or 0x081354) is unknown color: approx Sapphire. HEX triplet: 08, 13 and 54. RGB value is (8,19,84). Sum of RGB (Red+Green+Blue) = 8+19+84=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 84 (33.20% from 255 or 75.68% from 111); Max value from RGB is 84 - color contains mainly: blue. Hex color #081354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081354 is #F7ECAB. Grayscale: #161616. Windows color (decimal): -16247980 or 5509896. OLE color: 5509896.

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

Color convert

RGB81984-
CMYK0.900.7700.67
HSL231.32º82.61%18.04%-
HSV(B)231.32º90.48%32.94%-
XYZ1.931.168.51-
YUV23.12162.36117.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 84 (33.20% from 255) = 75.68%
R=7.21%
G=17.12%
B=75.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal819840.900.7700.67231.3282.6118.04
Hex813545A4D043e75312
Octal1023124132115010334712322
Binary1000100111010100101101010011010100001111100111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081354; }

 p { color: rgb(8,19,84); }

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

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

 a { background-color: rgb(8,19,84); }

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

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

 span { border-color: rgb(8,19,84); }

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