Html Css Color HEX #04014F Midnight Blue

📋 copy color: '#04014F'

red 4 ◦ green 1 ◦ blue 79

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

Shades of Midnight Blue #04014F

Tints of Midnight Blue #04014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 94.05%

R = 4.76%
G = 1.19%
B = 94.05%

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

#04014F (or 0x04014F) is known color: Midnight Blue. HEX triplet: 04, 01 and 4F. RGB value is (4,1,79). Sum of RGB (Red+Green+Blue) = 4+1+79=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 79 (31.25% from 255 or 94.05% from 84); Max value from RGB is 79 - color contains mainly: blue. Hex color #04014F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04014F is #FBFEB0. Grayscale: #0A0A0A. Windows color (decimal): -16514737 or 5177604. OLE color: 5177604.

HSL color Cylindrical-coordinate representation of color #04014F: hue angle of 242.31º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04014F is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 1 79 -
CMYK 0.95 0.99 0 0.69
HSL 242.31º 0.98% 0.16% -
HSV(B) 242.31º 0.99% 0.31% -
XYZ 1.47 0.61 7.44 -
YUV 10.79 166.49 123.16 -
System Red Green Blue C M Y K H S L
Decimal 4 1 79 0.95 0.99 0 0.69 242.31 0.98 0.16
Hex 4 1 4F 5F 63 0 45 F2 62 10
Octal 4 1 117 137 143 0 105 362 142 20
Binary 100 1 1001111 1011111 1100011 0 1000101 11110010 1100010 10000

Color Harmonies of #04014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04014F

Black with #04014F

Text Example


Text Example

White with #04014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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