#081A57

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

Shades of Sapphire #081A57

Tints of Sapphire #081A57

Color information

#081A57 (or 0x081A57) is unknown color: approx Sapphire. HEX triplet: 08, 1A and 57. RGB value is (8,26,87). Sum of RGB (Red+Green+Blue) = 8+26+87=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 87 (34.38% from 255 or 71.90% from 121); Max value from RGB is 87 - color contains mainly: blue. Hex color #081A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A57 is #F7E5A8. Grayscale: #1B1B1B. Windows color (decimal): -16246185 or 5708296. OLE color: 5708296.

HSL color Cylindrical-coordinate representation of color #081A57: hue angle of 226.33º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081A57 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB82687-
CMYK0.910.7000.66
HSL226.33º83.16%18.63%-
HSV(B)226.33º90.8%34.12%-
XYZ2.191.489.19-
YUV27.57161.54114.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 26 (10.55% from 255) = 21.49%
BLUE value IS 87 (34.38% from 255) = 71.90%
R=6.61%
G=21.49%
B=71.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal826870.910.7000.66226.3383.1618.63
Hex81A575B46042e25313
Octal1032127133106010234212323
Binary1000110101010111101101110001100100001011100010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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