#081E63

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

Shades of Sapphire #081E63

Tints of Sapphire #081E63

Color information

#081E63 (or 0x081E63) is unknown color: approx Sapphire. HEX triplet: 08, 1E and 63. RGB value is (8,30,99). Sum of RGB (Red+Green+Blue) = 8+30+99=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 99 (39.06% from 255 or 72.26% from 137); Max value from RGB is 99 - color contains mainly: blue. Hex color #081E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E63 is #F7E19C. Grayscale: #1E1E1E. Windows color (decimal): -16245149 or 6495752. OLE color: 6495752.

HSL color Cylindrical-coordinate representation of color #081E63: hue angle of 225.49º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081E63 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB83099-
CMYK0.920.7000.61
HSL225.49º85.05%20.98%-
HSV(B)225.49º91.92%38.82%-
XYZ2.821.8812.02-
YUV31.29166.21111.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.84%
GREEN value IS 30 (12.11% from 255) = 21.90%
BLUE value IS 99 (39.06% from 255) = 72.26%
R=5.84%
G=21.90%
B=72.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal830990.920.7000.61225.4985.0520.98
Hex81E635C4603De15515
Octal103614313410607534112525
Binary100011110110001110111001000110011110111100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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