#081A63

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

Shades of Sapphire #081A63

Tints of Sapphire #081A63

Color information

#081A63 (or 0x081A63) is unknown color: approx Sapphire. HEX triplet: 08, 1A and 63. RGB value is (8,26,99). Sum of RGB (Red+Green+Blue) = 8+26+99=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 99 (39.06% from 255 or 74.44% from 133); Max value from RGB is 99 - color contains mainly: blue. Hex color #081A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A63 is #F7E59C. Grayscale: #1C1C1C. Windows color (decimal): -16246173 or 6494728. OLE color: 6494728.

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

Color convert

RGB82699-
CMYK0.920.7400.61
HSL228.13º85.05%20.98%-
HSV(B)228.13º91.92%38.82%-
XYZ2.721.6911.99-
YUV28.94167.54113.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.02%
GREEN value IS 26 (10.55% from 255) = 19.55%
BLUE value IS 99 (39.06% from 255) = 74.44%
R=6.02%
G=19.55%
B=74.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal826990.920.7400.61228.1385.0520.98
Hex81A635C4A03De45515
Octal103214313411207534412525
Binary100011010110001110111001001010011110111100100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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