Html Css Color HEX #040599 New Midnight Blue

📋 copy color: '#040599'

red 4 ◦ green 5 ◦ blue 153

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

Shades of New Midnight Blue #040599

Tints of New Midnight Blue #040599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 94.44%

R = 2.47%
G = 3.09%
B = 94.44%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#040599 (or 0x040599) is known color: New Midnight Blue. HEX triplet: 04, 05 and 99. RGB value is (4,5,153). Sum of RGB (Red+Green+Blue) = 4+5+153=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 153 (60.16% from 255 or 94.44% from 162); Max value from RGB is 153 - color contains mainly: blue. Hex color #040599 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040599 is #FBFA66. Grayscale: #141414. Windows color (decimal): -16513639 or 10028292. OLE color: 10028292.

HSL color Cylindrical-coordinate representation of color #040599: hue angle of 239.6º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040599 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 4 5 153 -
CMYK 0.97 0.97 0 0.4
HSL 239.6º 0.95% 0.31% -
HSV(B) 239.6º 0.97% 0.6% -
XYZ 5.85 2.43 30.3 -
YUV 21.57 202.17 115.47 -
System Red Green Blue C M Y K H S L
Decimal 4 5 153 0.97 0.97 0 0.4 239.6 0.95 0.31
Hex 4 5 99 61 61 0 28 F0 5F 1F
Octal 4 5 231 141 141 0 50 360 137 37
Binary 100 101 10011001 1100001 1100001 0 101000 11110000 1011111 11111

Color Harmonies of #040599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040599

Black with #040599

Text Example


Text Example

White with #040599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040599; }

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

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

background-color css

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

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

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

border-color css

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

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

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