#081D5D

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

Shades of Sapphire #081D5D

Tints of Sapphire #081D5D

Color information

#081D5D (or 0x081D5D) is unknown color: approx Sapphire. HEX triplet: 08, 1D and 5D. RGB value is (8,29,93). Sum of RGB (Red+Green+Blue) = 8+29+93=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #081D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D5D is #F7E2A2. Grayscale: #1D1D1D. Windows color (decimal): -16245411 or 6102280. OLE color: 6102280.

HSL color Cylindrical-coordinate representation of color #081D5D: hue angle of 225.18º 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 #081D5D is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB82993-
CMYK0.910.6900.64
HSL225.18º84.16%19.8%-
HSV(B)225.18º91.4%36.47%-
XYZ2.521.7210.56-
YUV30.02163.54112.3-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 93 (36.72% from 255) = 71.54%
R=6.15%
G=22.31%
B=71.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal829930.910.6900.64225.1884.1619.8
Hex81D5D5B45040e15414
Octal1035135133105010034112424
Binary1000111011011101101101110001010100000011100001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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