Html Css Color HEX #08014E Midnight Blue

📋 copy color: '#08014E'

red 8 ◦ green 1 ◦ blue 78

#08014E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #08014E

Tints of Midnight Blue #08014E

RGB

 RED value IS 8 (3.52% from 255) = 9.2%

 GREEN value IS 1 (0.78% from 255) = 1.15%

 BLUE value IS 78 (30.86% from 255) = 89.66%

R = 9.2%
G = 1.15%
B = 89.66%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08014E (or 0x08014E) is known color: 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

RGB 8 1 78 -
CMYK 0.90 0.99 0 0.69
HSL 245.45º 0.97% 0.15% -
HSV(B) 245.45º 0.99% 0.31% -
XYZ 1.49 0.62 7.25 -
YUV 11.87 165.32 125.24 -
System Red Green Blue C M Y K H S L
Decimal 8 1 78 0.90 0.99 0 0.69 245.45 0.97 0.15
Hex 8 1 4E 5A 63 0 45 F5 61 F
Octal 10 1 116 132 143 0 105 365 141 17
Binary 1000 1 1001110 1011010 1100011 0 1000101 11110101 1100001 1111

Color Harmonies of #08014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08014E

Black with #08014E

Text Example


Text Example

White with #08014E

Text Example


Text Example

HTML Codes & Css Web 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>