#081074

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

Shades of Midnight Blue #081074

Tints of Midnight Blue #081074

Color information

#081074 (or 0x081074) is unknown color: approx Midnight Blue. HEX triplet: 08, 10 and 74. RGB value is (8,16,116). Sum of RGB (Red+Green+Blue) = 8+16+116=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 116 (45.70% from 255 or 82.86% from 140); Max value from RGB is 116 - color contains mainly: blue. Hex color #081074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081074 is #F7EF8B. Grayscale: #181818. Windows color (decimal): -16248716 or 7606280. OLE color: 7606280.

HSL color Cylindrical-coordinate representation of color #081074: hue angle of 235.56º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081074 is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB816116-
CMYK0.930.8600.55
HSL235.56º87.1%24.31%-
HSV(B)235.56º93.1%45.49%-
XYZ3.441.6816.67-
YUV25.01179.35115.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.71%
GREEN value IS 16 (6.64% from 255) = 11.43%
BLUE value IS 116 (45.70% from 255) = 82.86%
R=5.71%
G=11.43%
B=82.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8161160.930.8600.55235.5687.124.31
Hex810745D56037ec5718
Octal102016413512606735412730
Binary100010000111010010111011010110011011111101100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081074; }

 p { color: rgb(8,16,116); }

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

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

 a { background-color: rgb(8,16,116); }

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

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

 span { border-color: rgb(8,16,116); }

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