#081E57

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

Shades of Sapphire #081E57

Tints of Sapphire #081E57

Color information

#081E57 (or 0x081E57) is unknown color: approx Sapphire. HEX triplet: 08, 1E and 57. RGB value is (8,30,87). Sum of RGB (Red+Green+Blue) = 8+30+87=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 87 (34.38% from 255 or 69.6% from 125); Max value from RGB is 87 - color contains mainly: blue. Hex color #081E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E57 is #F7E1A8. Grayscale: #1D1D1D. Windows color (decimal): -16245161 or 5709320. OLE color: 5709320.

HSL color Cylindrical-coordinate representation of color #081E57: hue angle of 223.29º 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 #081E57 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB83087-
CMYK0.910.6600.66
HSL223.29º83.16%18.63%-
HSV(B)223.29º90.8%34.12%-
XYZ2.281.679.22-
YUV29.92160.21112.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.4%
GREEN value IS 30 (12.11% from 255) = 24%
BLUE value IS 87 (34.38% from 255) = 69.6%
R=6.4%
G=24%
B=69.6%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal830870.910.6600.66223.2983.1618.63
Hex81E575B42042df5313
Octal1036127133102010233712323
Binary1000111101010111101101110000100100001011011111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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