#08064F

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

Shades of Midnight Blue #08064F

Tints of Midnight Blue #08064F

Color information

#08064F (or 0x08064F) is unknown color: approx Midnight Blue. HEX triplet: 08, 06 and 4F. RGB value is (8,6,79). Sum of RGB (Red+Green+Blue) = 8+6+79=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 79 (31.25% from 255 or 84.95% from 93); Max value from RGB is 79 - color contains mainly: blue. Hex color #08064F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08064F is #F7F9B0. Grayscale: #0E0E0E. Windows color (decimal): -16251313 or 5178888. OLE color: 5178888.

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

Color convert

RGB8679-
CMYK0.900.9200.69
HSL241.64º85.88%16.67%-
HSV(B)241.64º92.41%30.98%-
XYZ1.580.757.46-
YUV14.92164.16123.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.60%
GREEN value IS 6 (2.73% from 255) = 6.45%
BLUE value IS 79 (31.25% from 255) = 84.95%
R=8.60%
G=6.45%
B=84.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal86790.900.9200.69241.6485.8816.67
Hex864F5A5C045f25611
Octal106117132134010536212621
Binary10001101001111101101010111000100010111110010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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