#081D63

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

Shades of Sapphire #081D63

Tints of Sapphire #081D63

Color information

#081D63 (or 0x081D63) is unknown color: approx Sapphire. HEX triplet: 08, 1D and 63. RGB value is (8,29,99). Sum of RGB (Red+Green+Blue) = 8+29+99=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 99 (39.06% from 255 or 72.79% from 136); Max value from RGB is 99 - color contains mainly: blue. Hex color #081D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D63 is #F7E29C. Grayscale: #1E1E1E. Windows color (decimal): -16245405 or 6495496. OLE color: 6495496.

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

Color convert

RGB82999-
CMYK0.920.7100.61
HSL226.15º85.05%20.98%-
HSV(B)226.15º91.92%38.82%-
XYZ2.791.8312.01-
YUV30.7166.54111.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 99 (39.06% from 255) = 72.79%
R=5.88%
G=21.32%
B=72.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal829990.920.7100.61226.1585.0520.98
Hex81D635C4703De25515
Octal103514313410707534212525
Binary100011101110001110111001000111011110111100010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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