#081E55

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

Shades of Sapphire #081E55

Tints of Sapphire #081E55

Color information

#081E55 (or 0x081E55) is unknown color: approx Sapphire. HEX triplet: 08, 1E and 55. RGB value is (8,30,85). Sum of RGB (Red+Green+Blue) = 8+30+85=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #081E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E55 is #F7E1AA. Grayscale: #1D1D1D. Windows color (decimal): -16245163 or 5578248. OLE color: 5578248.

HSL color Cylindrical-coordinate representation of color #081E55: hue angle of 222.86º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081E55 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB83085-
CMYK0.910.6500.67
HSL222.86º82.8%18.24%-
HSV(B)222.86º90.59%33.33%-
XYZ2.21.648.79-
YUV29.69159.21112.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 30 (12.11% from 255) = 24.39%
BLUE value IS 85 (33.59% from 255) = 69.11%
R=6.50%
G=24.39%
B=69.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal830850.910.6500.67222.8682.818.24
Hex81E555B41043df5312
Octal1036125133101010333712322
Binary1000111101010101101101110000010100001111011111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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