Html Css Color HEX #04014D Midnight Blue

📋 copy color: '#04014D'

red 4 ◦ green 1 ◦ blue 77

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

Shades of Midnight Blue #04014D

Tints of Midnight Blue #04014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 93.9%

R = 4.88%
G = 1.22%
B = 93.9%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04014D (or 0x04014D) is known color: Midnight Blue. HEX triplet: 04, 01 and 4D. RGB value is (4,1,77). Sum of RGB (Red+Green+Blue) = 4+1+77=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 77 (30.47% from 255 or 93.90% from 82); Max value from RGB is 77 - color contains mainly: blue. Hex color #04014D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04014D is #FBFEB2. Grayscale: #0A0A0A. Windows color (decimal): -16514739 or 5046532. OLE color: 5046532.

HSL color Cylindrical-coordinate representation of color #04014D: hue angle of 242.37º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04014D is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 1 77 -
CMYK 0.95 0.99 0 0.70
HSL 242.37º 0.97% 0.15% -
HSV(B) 242.37º 0.99% 0.3% -
XYZ 1.4 0.58 7.06 -
YUV 10.56 165.49 123.32 -
System Red Green Blue C M Y K H S L
Decimal 4 1 77 0.95 0.99 0 0.70 242.37 0.97 0.15
Hex 4 1 4D 5F 63 0 46 F2 61 F
Octal 4 1 115 137 143 0 106 362 141 17
Binary 100 1 1001101 1011111 1100011 0 1000110 11110010 1100001 1111

Color Harmonies of #04014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04014D

Black with #04014D

Text Example


Text Example

White with #04014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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