Html Css Color HEX #04149E New Midnight Blue

📋 copy color: '#04149E'

red 4 ◦ green 20 ◦ blue 158

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

Shades of New Midnight Blue #04149E

Tints of New Midnight Blue #04149E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.99%

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

R = 2.2%
G = 10.99%
B = 86.81%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04149E (or 0x04149E) is known color: New Midnight Blue. HEX triplet: 04, 14 and 9E. RGB value is (4,20,158). Sum of RGB (Red+Green+Blue) = 4+20+158=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 20 (8.20% from 255 or 10.99% from 182); Blue value is 158 (62.11% from 255 or 86.81% from 182); Max value from RGB is 158 - color contains mainly: blue. Hex color #04149E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04149E is #FBEB61. Grayscale: #1E1E1E. Windows color (decimal): -16509794 or 10359812. OLE color: 10359812.

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

Color convert

RGB 4 20 158 -
CMYK 0.97 0.87 0 0.38
HSL 233.77º 0.95% 0.32% -
HSV(B) 233.77º 0.97% 0.62% -
XYZ 6.47 2.99 32.58 -
YUV 30.95 199.7 108.78 -
System Red Green Blue C M Y K H S L
Decimal 4 20 158 0.97 0.87 0 0.38 233.77 0.95 0.32
Hex 4 14 9E 61 57 0 26 EA 5F 20
Octal 4 24 236 141 127 0 46 352 137 40
Binary 100 10100 10011110 1100001 1010111 0 100110 11101010 1011111 100000

Color Harmonies of #04149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04149E

Black with #04149E

Text Example


Text Example

White with #04149E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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