Html Css Color HEX #040299 New Midnight Blue

📋 copy color: '#040299'

red 4 ◦ green 2 ◦ blue 153

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

Shades of New Midnight Blue #040299

Tints of New Midnight Blue #040299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

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

R = 2.52%
G = 1.26%
B = 96.23%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#040299 (or 0x040299) is known color: New Midnight Blue. HEX triplet: 04, 02 and 99. RGB value is (4,2,153). Sum of RGB (Red+Green+Blue) = 4+2+153=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 153 (60.16% from 255 or 96.23% from 159); Max value from RGB is 153 - color contains mainly: blue. Hex color #040299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040299 is #FBFD66. Grayscale: #131313. Windows color (decimal): -16514407 or 10027524. OLE color: 10027524.

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

Color convert

RGB 4 2 153 -
CMYK 0.97 0.99 0 0.4
HSL 240.79º 0.97% 0.3% -
HSV(B) 240.79º 0.99% 0.6% -
XYZ 5.82 2.37 30.29 -
YUV 19.81 203.16 116.72 -
System Red Green Blue C M Y K H S L
Decimal 4 2 153 0.97 0.99 0 0.4 240.79 0.97 0.3
Hex 4 2 99 61 63 0 28 F1 61 1E
Octal 4 2 231 141 143 0 50 361 141 36
Binary 100 10 10011001 1100001 1100011 0 101000 11110001 1100001 11110

Color Harmonies of #040299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040299

Black with #040299

Text Example


Text Example

White with #040299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040299; }

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

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

background-color css

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

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

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

border-color css

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

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

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