#081E62

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

Shades of Sapphire #081E62

Tints of Sapphire #081E62

Color information

#081E62 (or 0x081E62) is unknown color: approx Sapphire. HEX triplet: 08, 1E and 62. RGB value is (8,30,98). Sum of RGB (Red+Green+Blue) = 8+30+98=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 98 (38.67% from 255 or 72.06% from 136); Max value from RGB is 98 - color contains mainly: blue. Hex color #081E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E62 is #F7E19D. Grayscale: #1E1E1E. Windows color (decimal): -16245150 or 6430216. OLE color: 6430216.

HSL color Cylindrical-coordinate representation of color #081E62: hue angle of 225.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081E62 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB83098-
CMYK0.920.6900.62
HSL225.33º84.91%20.78%-
HSV(B)225.33º91.84%38.43%-
XYZ2.771.8611.77-
YUV31.17165.71111.47-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 30 (12.11% from 255) = 22.06%
BLUE value IS 98 (38.67% from 255) = 72.06%
R=5.88%
G=22.06%
B=72.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal830980.920.6900.62225.3384.9120.78
Hex81E625C4503Ee15515
Octal103614213410507634112525
Binary100011110110001010111001000101011111011100001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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