Html Css Color HEX #04014E Midnight Blue

📋 copy color: '#04014E'

red 4 ◦ green 1 ◦ blue 78

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

Shades of Midnight Blue #04014E

Tints of Midnight Blue #04014E

RGB

 RED value IS 4 (1.95% from 255) = 4.82%

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

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

R = 4.82%
G = 1.2%
B = 93.98%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#04014E (or 0x04014E) is known color: Midnight Blue. HEX triplet: 04, 01 and 4E. RGB value is (4,1,78). Sum of RGB (Red+Green+Blue) = 4+1+78=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 78 (30.86% from 255 or 93.98% from 83); Max value from RGB is 78 - color contains mainly: blue. Hex color #04014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04014E is #FBFEB1. Grayscale: #0A0A0A. Windows color (decimal): -16514738 or 5112068. OLE color: 5112068.

HSL color Cylindrical-coordinate representation of color #04014E: hue angle of 242.34º 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 #04014E is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 1 78 -
CMYK 0.95 0.99 0 0.69
HSL 242.34º 0.97% 0.15% -
HSV(B) 242.34º 0.99% 0.31% -
XYZ 1.44 0.6 7.25 -
YUV 10.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 4 1 78 0.95 0.99 0 0.69 242.34 0.97 0.15
Hex 4 1 4E 5F 63 0 45 F2 61 F
Octal 4 1 116 137 143 0 105 362 141 17
Binary 100 1 1001110 1011111 1100011 0 1000101 11110010 1100001 1111

Color Harmonies of #04014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04014E

Black with #04014E

Text Example


Text Example

White with #04014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04014E;
 }
 .AnyTagClassName
 {
   color: #04014E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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