#081B53

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

Shades of Sapphire #081B53

Tints of Sapphire #081B53

Color information

#081B53 (or 0x081B53) is unknown color: approx Sapphire. HEX triplet: 08, 1B and 53. RGB value is (8,27,83). Sum of RGB (Red+Green+Blue) = 8+27+83=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #081B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081B53 is #F7E4AC. Grayscale: #1B1B1B. Windows color (decimal): -16245933 or 5446408. OLE color: 5446408.

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

Color convert

RGB82783-
CMYK0.900.6700.67
HSL224.8º82.42%17.84%-
HSV(B)224.8º90.36%32.55%-
XYZ2.051.468.36-
YUV27.7159.21113.95-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 27 (10.94% from 255) = 22.88%
BLUE value IS 83 (32.81% from 255) = 70.34%
R=6.78%
G=22.88%
B=70.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal827830.900.6700.67224.882.4217.84
Hex81B535A43043e15212
Octal1033123132103010334112222
Binary1000110111010011101101010000110100001111100001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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