#081D6A

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

Shades of Sapphire #081D6A

Tints of Sapphire #081D6A

Color information

#081D6A (or 0x081D6A) is unknown color: approx Sapphire. HEX triplet: 08, 1D and 6A. RGB value is (8,29,106). Sum of RGB (Red+Green+Blue) = 8+29+106=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 106 (41.80% from 255 or 74.13% from 143); Max value from RGB is 106 - color contains mainly: blue. Hex color #081D6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D6A is #F7E295. Grayscale: #1F1F1F. Windows color (decimal): -16245398 or 6954248. OLE color: 6954248.

HSL color Cylindrical-coordinate representation of color #081D6A: hue angle of 227.14º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081D6A is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB829106-
CMYK0.920.7300.58
HSL227.14º85.96%22.35%-
HSV(B)227.14º92.45%41.57%-
XYZ3.141.9713.85-
YUV31.5170.04111.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.59%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 106 (41.80% from 255) = 74.13%
R=5.59%
G=20.28%
B=74.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8291060.920.7300.58227.1485.9622.35
Hex81D6A5C4903Ae35616
Octal103515213411107234312626
Binary100011101110101010111001001001011101011100011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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