#08014E

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

Shades of Midnight Blue #08014E

Tints of Midnight Blue #08014E

Color information

#08014E (or 0x08014E) is unknown color: approx Midnight Blue. HEX triplet: 08, 01 and 4E. RGB value is (8,1,78). Sum of RGB (Red+Green+Blue) = 8+1+78=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 78 (30.86% from 255 or 89.66% from 87); Max value from RGB is 78 - color contains mainly: blue. Hex color #08014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08014E is #F7FEB1. Grayscale: #0B0B0B. Windows color (decimal): -16252594 or 5112072. OLE color: 5112072.

HSL color Cylindrical-coordinate representation of color #08014E: hue angle of 245.45º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08014E is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB8178-
CMYK0.900.9900.69
HSL245.45º97.47%15.49%-
HSV(B)245.45º98.72%30.59%-
XYZ1.490.627.25-
YUV11.87165.32125.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.20%
GREEN value IS 1 (0.78% from 255) = 1.15%
BLUE value IS 78 (30.86% from 255) = 89.66%
R=9.20%
G=1.15%
B=89.66%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal81780.900.9900.69245.4597.4715.49
Hex814E5A63045f561f
Octal101116132143010536514117
Binary10001100111010110101100011010001011111010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08014E; }

 p { color: rgb(8,1,78); }

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

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

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

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

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

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

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