Html Css Color HEX #04129E New Midnight Blue

📋 copy color: '#04129E'

red 4 ◦ green 18 ◦ blue 158

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

Shades of New Midnight Blue #04129E

Tints of New Midnight Blue #04129E

RGB

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

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

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

R = 2.22%
G = 10%
B = 87.78%

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

#04129E (or 0x04129E) is known color: New Midnight Blue. HEX triplet: 04, 12 and 9E. RGB value is (4,18,158). Sum of RGB (Red+Green+Blue) = 4+18+158=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 158 (62.11% from 255 or 87.78% from 180); Max value from RGB is 158 - color contains mainly: blue. Hex color #04129E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04129E is #FBED61. Grayscale: #1D1D1D. Windows color (decimal): -16510306 or 10359300. OLE color: 10359300.

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

Color convert

RGB 4 18 158 -
CMYK 0.97 0.89 0 0.38
HSL 234.55º 0.95% 0.32% -
HSV(B) 234.55º 0.97% 0.62% -
XYZ 6.44 2.93 32.57 -
YUV 29.77 200.36 109.62 -
System Red Green Blue C M Y K H S L
Decimal 4 18 158 0.97 0.89 0 0.38 234.55 0.95 0.32
Hex 4 12 9E 61 59 0 26 EB 5F 20
Octal 4 22 236 141 131 0 46 353 137 40
Binary 100 10010 10011110 1100001 1011001 0 100110 11101011 1011111 100000

Color Harmonies of #04129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04129E

Black with #04129E

Text Example


Text Example

White with #04129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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