#081B54

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

Shades of Sapphire #081B54

Tints of Sapphire #081B54

Color information

#081B54 (or 0x081B54) is unknown color: approx Sapphire. HEX triplet: 08, 1B and 54. RGB value is (8,27,84). Sum of RGB (Red+Green+Blue) = 8+27+84=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 84 (33.20% from 255 or 70.59% from 119); Max value from RGB is 84 - color contains mainly: blue. Hex color #081B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081B54 is #F7E4AB. Grayscale: #1B1B1B. Windows color (decimal): -16245932 or 5511944. OLE color: 5511944.

HSL color Cylindrical-coordinate representation of color #081B54: hue angle of 225º 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 #081B54 is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB82784-
CMYK0.900.6800.67
HSL225º82.61%18.04%-
HSV(B)225º90.48%32.94%-
XYZ2.091.488.56-
YUV27.82159.71113.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 27 (10.94% from 255) = 22.69%
BLUE value IS 84 (33.20% from 255) = 70.59%
R=6.72%
G=22.69%
B=70.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal827840.900.6800.6722582.6118.04
Hex81B545A44043e15312
Octal1033124132104010334112322
Binary1000110111010100101101010001000100001111100001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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