Html Css Color HEX #04129D New Midnight Blue

📋 copy color: '#04129D'

red 4 ◦ green 18 ◦ blue 157

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

Shades of New Midnight Blue #04129D

Tints of New Midnight Blue #04129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.06%

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

R = 2.23%
G = 10.06%
B = 87.71%

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

#04129D (or 0x04129D) is known color: New Midnight Blue. HEX triplet: 04, 12 and 9D. RGB value is (4,18,157). Sum of RGB (Red+Green+Blue) = 4+18+157=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 157 (61.72% from 255 or 87.71% from 179); Max value from RGB is 157 - color contains mainly: blue. Hex color #04129D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04129D is #FBED62. Grayscale: #1D1D1D. Windows color (decimal): -16510307 or 10293764. OLE color: 10293764.

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

Color convert

RGB 4 18 157 -
CMYK 0.97 0.89 0 0.38
HSL 234.51º 0.95% 0.32% -
HSV(B) 234.51º 0.97% 0.62% -
XYZ 6.35 2.89 32.12 -
YUV 29.66 199.86 109.7 -
System Red Green Blue C M Y K H S L
Decimal 4 18 157 0.97 0.89 0 0.38 234.51 0.95 0.32
Hex 4 12 9D 61 59 0 26 EB 5F 20
Octal 4 22 235 141 131 0 46 353 137 40
Binary 100 10010 10011101 1100001 1011001 0 100110 11101011 1011111 100000

Color Harmonies of #04129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04129D

Black with #04129D

Text Example


Text Example

White with #04129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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