#081B5D

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

Shades of Sapphire #081B5D

Tints of Sapphire #081B5D

Color information

#081B5D (or 0x081B5D) is unknown color: approx Sapphire. HEX triplet: 08, 1B and 5D. RGB value is (8,27,93). Sum of RGB (Red+Green+Blue) = 8+27+93=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #081B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081B5D is #F7E4A2. Grayscale: #1C1C1C. Windows color (decimal): -16245923 or 6101768. OLE color: 6101768.

HSL color Cylindrical-coordinate representation of color #081B5D: hue angle of 226.59º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081B5D is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB82793-
CMYK0.910.7100.64
HSL226.59º84.16%19.8%-
HSV(B)226.59º91.4%36.47%-
XYZ2.471.6310.54-
YUV28.84164.21113.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.25%
GREEN value IS 27 (10.94% from 255) = 21.09%
BLUE value IS 93 (36.72% from 255) = 72.66%
R=6.25%
G=21.09%
B=72.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal827930.910.7100.64226.5984.1619.8
Hex81B5D5B47040e35414
Octal1033135133107010034312424
Binary1000110111011101101101110001110100000011100011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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