#081C78

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

Shades of Sapphire #081C78

Tints of Sapphire #081C78

Color information

#081C78 (or 0x081C78) is unknown color: approx Sapphire. HEX triplet: 08, 1C and 78. RGB value is (8,28,120). Sum of RGB (Red+Green+Blue) = 8+28+120=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 120 (47.27% from 255 or 76.92% from 156); Max value from RGB is 120 - color contains mainly: blue. Hex color #081C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C78 is #F7E387. Grayscale: #202020. Windows color (decimal): -16245640 or 7871496. OLE color: 7871496.

HSL color Cylindrical-coordinate representation of color #081C78: hue angle of 229.29º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081C78 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB828120-
CMYK0.930.7700.53
HSL229.29º87.5%25.1%-
HSV(B)229.29º93.33%47.06%-
XYZ3.912.2418-
YUV32.51177.37110.52-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.13%
GREEN value IS 28 (11.33% from 255) = 17.95%
BLUE value IS 120 (47.27% from 255) = 76.92%
R=5.13%
G=17.95%
B=76.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8281200.930.7700.53229.2987.525.1
Hex81C785D4D035e55819
Octal103417013511506534513031
Binary100011100111100010111011001101011010111100101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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