Html Css Color HEX #04009E New Midnight Blue

📋 copy color: '#04009E'

red 4 ◦ green 0 ◦ blue 158

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

Shades of New Midnight Blue #04009E

Tints of New Midnight Blue #04009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 97.53%

R = 2.47%
G = 0%
B = 97.53%

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

#04009E (or 0x04009E) is known color: New Midnight Blue. HEX triplet: 04, 00 and 9E. RGB value is (4,0,158). Sum of RGB (Red+Green+Blue) = 4+0+158=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 158 (62.11% from 255 or 97.53% from 162); Max value from RGB is 158 - color contains mainly: blue. Hex color #04009E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04009E is #FBFF61. Grayscale: #121212. Windows color (decimal): -16514914 or 10354692. OLE color: 10354692.

HSL color Cylindrical-coordinate representation of color #04009E: hue angle of 241.52º 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 #04009E is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 0 158 -
CMYK 0.97 1 0 0.38
HSL 241.52º 1% 0.31% -
HSV(B) 241.52º 1% 0.62% -
XYZ 6.22 2.49 32.5 -
YUV 19.21 206.33 117.15 -
System Red Green Blue C M Y K H S L
Decimal 4 0 158 0.97 1 0 0.38 241.52 1 0.31
Hex 4 0 9E 61 64 0 26 F2 64 1F
Octal 4 0 236 141 144 0 46 362 144 37
Binary 100 0 10011110 1100001 1100100 0 100110 11110010 1100100 11111

Color Harmonies of #04009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04009E

Black with #04009E

Text Example


Text Example

White with #04009E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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