Html Css Color HEX #04019B New Midnight Blue

📋 copy color: '#04019B'

red 4 ◦ green 1 ◦ blue 155

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

Shades of New Midnight Blue #04019B

Tints of New Midnight Blue #04019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 96.88%

R = 2.5%
G = 0.63%
B = 96.88%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#04019B (or 0x04019B) is known color: New Midnight Blue. HEX triplet: 04, 01 and 9B. RGB value is (4,1,155). Sum of RGB (Red+Green+Blue) = 4+1+155=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 155 (60.94% from 255 or 96.88% from 160); Max value from RGB is 155 - color contains mainly: blue. Hex color #04019B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04019B is #FBFE64. Grayscale: #121212. Windows color (decimal): -16514661 or 10158340. OLE color: 10158340.

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

Color convert

RGB 4 1 155 -
CMYK 0.97 0.99 0 0.39
HSL 241.17º 0.99% 0.31% -
HSV(B) 241.17º 0.99% 0.61% -
XYZ 5.98 2.41 31.16 -
YUV 19.45 204.49 116.98 -
System Red Green Blue C M Y K H S L
Decimal 4 1 155 0.97 0.99 0 0.39 241.17 0.99 0.31
Hex 4 1 9B 61 63 0 27 F1 63 1F
Octal 4 1 233 141 143 0 47 361 143 37
Binary 100 1 10011011 1100001 1100011 0 100111 11110001 1100011 11111

Color Harmonies of #04019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04019B

Black with #04019B

Text Example


Text Example

White with #04019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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