Html Css Color HEX #04004F Midnight Blue

📋 copy color: '#04004F'

red 4 ◦ green 0 ◦ blue 79

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

Shades of Midnight Blue #04004F

Tints of Midnight Blue #04004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 4.82%
G = 0%
B = 95.18%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#04004F (or 0x04004F) is known color: Midnight Blue. HEX triplet: 04, 00 and 4F. RGB value is (4,0,79). Sum of RGB (Red+Green+Blue) = 4+0+79=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 79 (31.25% from 255 or 95.18% from 83); Max value from RGB is 79 - color contains mainly: blue. Hex color #04004F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04004F is #FBFFB0. Grayscale: #090909. Windows color (decimal): -16514993 or 5177348. OLE color: 5177348.

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

Color convert

RGB 4 0 79 -
CMYK 0.95 1 0 0.69
HSL 243.04º 1% 0.15% -
HSV(B) 243.04º 1% 0.31% -
XYZ 1.46 0.59 7.43 -
YUV 10.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 4 0 79 0.95 1 0 0.69 243.04 1 0.15
Hex 4 0 4F 5F 64 0 45 F3 64 F
Octal 4 0 117 137 144 0 105 363 144 17
Binary 100 0 1001111 1011111 1100100 0 1000101 11110011 1100100 1111

Color Harmonies of #04004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04004F

Black with #04004F

Text Example


Text Example

White with #04004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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