#081278

Color #081278 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #081278

Tints of Midnight Blue #081278

Color information

#081278 (or 0x081278) is unknown color: approx Midnight Blue. HEX triplet: 08, 12 and 78. RGB value is (8,18,120). Sum of RGB (Red+Green+Blue) = 8+18+120=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 120 (47.27% from 255 or 82.19% from 146); Max value from RGB is 120 - color contains mainly: blue. Hex color #081278 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081278 is #F7ED87. Grayscale: #1A1A1A. Windows color (decimal): -16248200 or 7868936. OLE color: 7868936.

HSL color Cylindrical-coordinate representation of color #081278: hue angle of 234.64º 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 #081278 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB818120-
CMYK0.930.8500.53
HSL234.64º87.5%25.1%-
HSV(B)234.64º93.33%47.06%-
XYZ3.711.8417.93-
YUV26.64180.69114.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.48%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 120 (47.27% from 255) = 82.19%
R=5.48%
G=12.33%
B=82.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8181200.930.8500.53234.6487.525.1
Hex812785D55035eb5819
Octal102217013512506535313031
Binary100010010111100010111011010101011010111101011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081278; }

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

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

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

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

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

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

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

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