#081E53

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

Shades of Sapphire #081E53

Tints of Sapphire #081E53

Color information

#081E53 (or 0x081E53) is unknown color: approx Sapphire. HEX triplet: 08, 1E and 53. RGB value is (8,30,83). Sum of RGB (Red+Green+Blue) = 8+30+83=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #081E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E53 is #F7E1AC. Grayscale: #1D1D1D. Windows color (decimal): -16245165 or 5447176. OLE color: 5447176.

HSL color Cylindrical-coordinate representation of color #081E53: hue angle of 222.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081E53 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB83083-
CMYK0.900.6400.67
HSL222.4º82.42%17.84%-
HSV(B)222.4º90.36%32.55%-
XYZ2.131.68.38-
YUV29.46158.21112.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 83 (32.81% from 255) = 68.60%
R=6.61%
G=24.79%
B=68.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal830830.900.6400.67222.482.4217.84
Hex81E535A40043de5212
Octal1036123132100010333612222
Binary1000111101010011101101010000000100001111011110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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