Html Css Color HEX #04074A Midnight Blue

📋 copy color: '#04074A'

red 4 ◦ green 7 ◦ blue 74

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

Shades of Midnight Blue #04074A

Tints of Midnight Blue #04074A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.24%

 BLUE value IS 74 (29.3% from 255) = 87.06%

R = 4.71%
G = 8.24%
B = 87.06%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04074A (or 0x04074A) is known color: Midnight Blue. HEX triplet: 04, 07 and 4A. RGB value is (4,7,74). Sum of RGB (Red+Green+Blue) = 4+7+74=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 74 (29.30% from 255 or 87.06% from 85); Max value from RGB is 74 - color contains mainly: blue. Hex color #04074A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04074A is #FBF8B5. Grayscale: #0D0D0D. Windows color (decimal): -16513206 or 4851460. OLE color: 4851460.

HSL color Cylindrical-coordinate representation of color #04074A: hue angle of 237.43º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04074A is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 7 74 -
CMYK 0.95 0.91 0 0.71
HSL 237.43º 0.9% 0.15% -
HSV(B) 237.43º 0.95% 0.29% -
XYZ 1.36 0.67 6.54 -
YUV 13.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 4 7 74 0.95 0.91 0 0.71 237.43 0.9 0.15
Hex 4 7 4A 5F 5B 0 47 ED 5A F
Octal 4 7 112 137 133 0 107 355 132 17
Binary 100 111 1001010 1011111 1011011 0 1000111 11101101 1011010 1111

Color Harmonies of #04074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04074A

Black with #04074A

Text Example


Text Example

White with #04074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04074A; }

 p { color: rgb(4,7,74); }

 H1.HeaderClassName
 {
   color: #04074A;
 }
 .AnyTagClassName
 {
   color: #04074A;
 }
</style>

background-color css

<style>
 a { background-color: #04074A; }

 a { background-color: rgb(4,7,74); }

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

border-color css

<style>
 span { border-color: #04074A; }

 span { border-color: rgb(4,7,74); }

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