#081C76

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

Shades of Sapphire #081C76

Tints of Sapphire #081C76

Color information

#081C76 (or 0x081C76) is unknown color: approx Sapphire. HEX triplet: 08, 1C and 76. RGB value is (8,28,118). Sum of RGB (Red+Green+Blue) = 8+28+118=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 118 (46.48% from 255 or 76.62% from 154); Max value from RGB is 118 - color contains mainly: blue. Hex color #081C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C76 is #F7E389. Grayscale: #1F1F1F. Windows color (decimal): -16245642 or 7740424. OLE color: 7740424.

HSL color Cylindrical-coordinate representation of color #081C76: hue angle of 229.09º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081C76 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB828118-
CMYK0.930.7600.54
HSL229.09º87.3%24.71%-
HSV(B)229.09º93.22%46.27%-
XYZ3.792.1917.36-
YUV32.28176.37110.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.19%
GREEN value IS 28 (11.33% from 255) = 18.18%
BLUE value IS 118 (46.48% from 255) = 76.62%
R=5.19%
G=18.18%
B=76.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8281180.930.7600.54229.0987.324.71
Hex81C765D4C036e55719
Octal103416613511406634512731
Binary100011100111011010111011001100011011011100101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,28,118); }

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

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

 a { background-color: rgb(8,28,118); }

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

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

 span { border-color: rgb(8,28,118); }

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