Html Css Color HEX #04014C Midnight Blue

📋 copy color: '#04014C'

red 4 ◦ green 1 ◦ blue 76

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

Shades of Midnight Blue #04014C

Tints of Midnight Blue #04014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 93.83%

R = 4.94%
G = 1.23%
B = 93.83%

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

#04014C (or 0x04014C) is known color: Midnight Blue. HEX triplet: 04, 01 and 4C. RGB value is (4,1,76). Sum of RGB (Red+Green+Blue) = 4+1+76=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 76 (30.08% from 255 or 93.83% from 81); Max value from RGB is 76 - color contains mainly: blue. Hex color #04014C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04014C is #FBFEB3. Grayscale: #0A0A0A. Windows color (decimal): -16514740 or 4980996. OLE color: 4980996.

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

Color convert

RGB 4 1 76 -
CMYK 0.95 0.99 0 0.70
HSL 242.4º 0.97% 0.15% -
HSV(B) 242.4º 0.99% 0.3% -
XYZ 1.37 0.57 6.88 -
YUV 10.45 164.99 123.4 -
System Red Green Blue C M Y K H S L
Decimal 4 1 76 0.95 0.99 0 0.70 242.4 0.97 0.15
Hex 4 1 4C 5F 63 0 46 F2 61 F
Octal 4 1 114 137 143 0 106 362 141 17
Binary 100 1 1001100 1011111 1100011 0 1000110 11110010 1100001 1111

Color Harmonies of #04014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04014C

Black with #04014C

Text Example


Text Example

White with #04014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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