Html Css Color HEX #04119F New Midnight Blue

📋 copy color: '#04119F'

red 4 ◦ green 17 ◦ blue 159

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

Shades of New Midnight Blue #04119F

Tints of New Midnight Blue #04119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

 BLUE value IS 159 (62.5% from 255) = 88.33%

R = 2.22%
G = 9.44%
B = 88.33%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04119F (or 0x04119F) is known color: New Midnight Blue. HEX triplet: 04, 11 and 9F. RGB value is (4,17,159). Sum of RGB (Red+Green+Blue) = 4+17+159=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 159 (62.5% from 255 or 88.33% from 180); Max value from RGB is 159 - color contains mainly: blue. Hex color #04119F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04119F is #FBEE60. Grayscale: #1C1C1C. Windows color (decimal): -16510561 or 10424580. OLE color: 10424580.

HSL color Cylindrical-coordinate representation of color #04119F: hue angle of 234.97º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04119F is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 17 159 -
CMYK 0.97 0.89 0 0.38
HSL 234.97º 0.95% 0.32% -
HSV(B) 234.97º 0.97% 0.62% -
XYZ 6.51 2.93 33.02 -
YUV 29.3 201.19 109.95 -
System Red Green Blue C M Y K H S L
Decimal 4 17 159 0.97 0.89 0 0.38 234.97 0.95 0.32
Hex 4 11 9F 61 59 0 26 EB 5F 20
Octal 4 21 237 141 131 0 46 353 137 40
Binary 100 10001 10011111 1100001 1011001 0 100110 11101011 1011111 100000

Color Harmonies of #04119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04119F

Black with #04119F

Text Example


Text Example

White with #04119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04119F; }

 p { color: rgb(4,17,159); }

 H1.HeaderClassName
 {
   color: #04119F;
 }
 .AnyTagClassName
 {
   color: #04119F;
 }
</style>

background-color css

<style>
 a { background-color: #04119F; }

 a { background-color: rgb(4,17,159); }

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

border-color css

<style>
 span { border-color: #04119F; }

 span { border-color: rgb(4,17,159); }

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