#08084F

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

Shades of Midnight Blue #08084F

Tints of Midnight Blue #08084F

Color information

#08084F (or 0x08084F) is unknown color: approx Midnight Blue. HEX triplet: 08, 08 and 4F. RGB value is (8,8,79). Sum of RGB (Red+Green+Blue) = 8+8+79=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 79 (31.25% from 255 or 83.16% from 95); Max value from RGB is 79 - color contains mainly: blue. Hex color #08084F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08084F is #F7F7B0. Grayscale: #0F0F0F. Windows color (decimal): -16250801 or 5179400. OLE color: 5179400.

HSL color Cylindrical-coordinate representation of color #08084F: hue angle of 240º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08084F is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB8879-
CMYK0.900.9000.69
HSL240º81.61%17.06%-
HSV(B)240º89.87%30.98%-
XYZ1.60.797.47-
YUV16.09163.5122.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.42%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 79 (31.25% from 255) = 83.16%
R=8.42%
G=8.42%
B=83.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal88790.900.9000.6924081.6117.06
Hex884F5A5A045f05211
Octal1010117132132010536012221
Binary100010001001111101101010110100100010111110000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08084F; }

 p { color: rgb(8,8,79); }

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

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

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

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

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

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

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