#081A5D

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

Shades of Sapphire #081A5D

Tints of Sapphire #081A5D

Color information

#081A5D (or 0x081A5D) is unknown color: approx Sapphire. HEX triplet: 08, 1A and 5D. RGB value is (8,26,93). Sum of RGB (Red+Green+Blue) = 8+26+93=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #081A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A5D is #F7E5A2. Grayscale: #1B1B1B. Windows color (decimal): -16246179 or 6101512. OLE color: 6101512.

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

Color convert

RGB82693-
CMYK0.910.7200.64
HSL227.29º84.16%19.8%-
HSV(B)227.29º91.4%36.47%-
XYZ2.451.5810.53-
YUV28.26164.54113.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.30%
GREEN value IS 26 (10.55% from 255) = 20.47%
BLUE value IS 93 (36.72% from 255) = 73.23%
R=6.30%
G=20.47%
B=73.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal826930.910.7200.64227.2984.1619.8
Hex81A5D5B48040e35414
Octal1032135133110010034312424
Binary1000110101011101101101110010000100000011100011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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