Html Css Color HEX #04149D New Midnight Blue

📋 copy color: '#04149D'

red 4 ◦ green 20 ◦ blue 157

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

Shades of New Midnight Blue #04149D

Tints of New Midnight Blue #04149D

RGB

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

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

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

R = 2.21%
G = 11.05%
B = 86.74%

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

#04149D (or 0x04149D) is known color: New Midnight Blue. HEX triplet: 04, 14 and 9D. RGB value is (4,20,157). Sum of RGB (Red+Green+Blue) = 4+20+157=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 157 (61.72% from 255 or 86.74% from 181); Max value from RGB is 157 - color contains mainly: blue. Hex color #04149D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04149D is #FBEB62. Grayscale: #1E1E1E. Windows color (decimal): -16509795 or 10294276. OLE color: 10294276.

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

Color convert

RGB 4 20 157 -
CMYK 0.97 0.87 0 0.38
HSL 233.73º 0.95% 0.32% -
HSV(B) 233.73º 0.97% 0.62% -
XYZ 6.39 2.96 32.13 -
YUV 30.83 199.2 108.86 -
System Red Green Blue C M Y K H S L
Decimal 4 20 157 0.97 0.87 0 0.38 233.73 0.95 0.32
Hex 4 14 9D 61 57 0 26 EA 5F 20
Octal 4 24 235 141 127 0 46 352 137 40
Binary 100 10100 10011101 1100001 1010111 0 100110 11101010 1011111 100000

Color Harmonies of #04149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04149D

Black with #04149D

Text Example


Text Example

White with #04149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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