#081E6A

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

Shades of Sapphire #081E6A

Tints of Sapphire #081E6A

Color information

#081E6A (or 0x081E6A) is unknown color: approx Sapphire. HEX triplet: 08, 1E and 6A. RGB value is (8,30,106). Sum of RGB (Red+Green+Blue) = 8+30+106=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 106 (41.80% from 255 or 73.61% from 144); Max value from RGB is 106 - color contains mainly: blue. Hex color #081E6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E6A is #F7E195. Grayscale: #1F1F1F. Windows color (decimal): -16245142 or 6954504. OLE color: 6954504.

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

Color convert

RGB830106-
CMYK0.920.7200.58
HSL226.53º85.96%22.35%-
HSV(B)226.53º92.45%41.57%-
XYZ3.172.0213.86-
YUV32.09169.71110.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 106 (41.80% from 255) = 73.61%
R=5.56%
G=20.83%
B=73.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8301060.920.7200.58226.5385.9622.35
Hex81E6A5C4803Ae35616
Octal103615213411007234312626
Binary100011110110101010111001001000011101011100011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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