#081E66

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

Shades of Sapphire #081E66

Tints of Sapphire #081E66

Color information

#081E66 (or 0x081E66) is unknown color: approx Sapphire. HEX triplet: 08, 1E and 66. RGB value is (8,30,102). Sum of RGB (Red+Green+Blue) = 8+30+102=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 102 (40.23% from 255 or 72.86% from 140); Max value from RGB is 102 - color contains mainly: blue. Hex color #081E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E66 is #F7E199. Grayscale: #1F1F1F. Windows color (decimal): -16245146 or 6692360. OLE color: 6692360.

HSL color Cylindrical-coordinate representation of color #081E66: hue angle of 225.96º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081E66 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB830102-
CMYK0.920.7100.6
HSL225.96º85.45%21.57%-
HSV(B)225.96º92.16%40%-
XYZ2.961.9412.79-
YUV31.63167.71111.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.71%
GREEN value IS 30 (12.11% from 255) = 21.43%
BLUE value IS 102 (40.23% from 255) = 72.86%
R=5.71%
G=21.43%
B=72.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8301020.920.7100.6225.9685.4521.57
Hex81E665C4703Ce25516
Octal103614613410707434212526
Binary100011110110011010111001000111011110011100010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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