Html Css Color HEX #04009D New Midnight Blue

📋 copy color: '#04009D'

red 4 ◦ green 0 ◦ blue 157

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

Shades of New Midnight Blue #04009D

Tints of New Midnight Blue #04009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 97.52%

R = 2.48%
G = 0%
B = 97.52%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04009D (or 0x04009D) is known color: New Midnight Blue. HEX triplet: 04, 00 and 9D. RGB value is (4,0,157). Sum of RGB (Red+Green+Blue) = 4+0+157=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 157 (61.72% from 255 or 97.52% from 161); Max value from RGB is 157 - color contains mainly: blue. Hex color #04009D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04009D is #FBFF62. Grayscale: #121212. Windows color (decimal): -16514915 or 10289156. OLE color: 10289156.

HSL color Cylindrical-coordinate representation of color #04009D: hue angle of 241.53º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04009D is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 0 157 -
CMYK 0.97 1 0 0.38
HSL 241.53º 1% 0.31% -
HSV(B) 241.53º 1% 0.62% -
XYZ 6.14 2.46 32.05 -
YUV 19.09 205.83 117.23 -
System Red Green Blue C M Y K H S L
Decimal 4 0 157 0.97 1 0 0.38 241.53 1 0.31
Hex 4 0 9D 61 64 0 26 F2 64 1F
Octal 4 0 235 141 144 0 46 362 144 37
Binary 100 0 10011101 1100001 1100100 0 100110 11110010 1100100 11111

Color Harmonies of #04009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04009D

Black with #04009D

Text Example


Text Example

White with #04009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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