Html Css Color HEX #04019D New Midnight Blue

📋 copy color: '#04019D'

red 4 ◦ green 1 ◦ blue 157

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

Shades of New Midnight Blue #04019D

Tints of New Midnight Blue #04019D

RGB

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

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

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

R = 2.47%
G = 0.62%
B = 96.91%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04019D (or 0x04019D) is known color: New Midnight Blue. HEX triplet: 04, 01 and 9D. RGB value is (4,1,157). Sum of RGB (Red+Green+Blue) = 4+1+157=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 157 (61.72% from 255 or 96.91% from 162); Max value from RGB is 157 - color contains mainly: blue. Hex color #04019D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04019D is #FBFE62. Grayscale: #131313. Windows color (decimal): -16514659 or 10289412. OLE color: 10289412.

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

Color convert

RGB 4 1 157 -
CMYK 0.97 0.99 0 0.38
HSL 241.15º 0.99% 0.31% -
HSV(B) 241.15º 0.99% 0.62% -
XYZ 6.15 2.48 32.05 -
YUV 19.68 205.49 116.82 -
System Red Green Blue C M Y K H S L
Decimal 4 1 157 0.97 0.99 0 0.38 241.15 0.99 0.31
Hex 4 1 9D 61 63 0 26 F1 63 1F
Octal 4 1 235 141 143 0 46 361 143 37
Binary 100 1 10011101 1100001 1100011 0 100110 11110001 1100011 11111

Color Harmonies of #04019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04019D

Black with #04019D

Text Example


Text Example

White with #04019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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