Html Css Color HEX #04059E New Midnight Blue

📋 copy color: '#04059E'

red 4 ◦ green 5 ◦ blue 158

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

Shades of New Midnight Blue #04059E

Tints of New Midnight Blue #04059E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

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

R = 2.4%
G = 2.99%
B = 94.61%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04059E (or 0x04059E) is known color: New Midnight Blue. HEX triplet: 04, 05 and 9E. RGB value is (4,5,158). Sum of RGB (Red+Green+Blue) = 4+5+158=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 158 (62.11% from 255 or 94.61% from 167); Max value from RGB is 158 - color contains mainly: blue. Hex color #04059E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04059E is #FBFA61. Grayscale: #151515. Windows color (decimal): -16513634 or 10355972. OLE color: 10355972.

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

Color convert

RGB 4 5 158 -
CMYK 0.97 0.97 0 0.38
HSL 239.61º 0.95% 0.32% -
HSV(B) 239.61º 0.97% 0.62% -
XYZ 6.28 2.6 32.52 -
YUV 22.14 204.67 115.06 -
System Red Green Blue C M Y K H S L
Decimal 4 5 158 0.97 0.97 0 0.38 239.61 0.95 0.32
Hex 4 5 9E 61 61 0 26 F0 5F 20
Octal 4 5 236 141 141 0 46 360 137 40
Binary 100 101 10011110 1100001 1100001 0 100110 11110000 1011111 100000

Color Harmonies of #04059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04059E

Black with #04059E

Text Example


Text Example

White with #04059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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