Html Css Color HEX #040AAE New Midnight Blue

📋 copy color: '#040AAE'

red 4 ◦ green 10 ◦ blue 174

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

Shades of New Midnight Blue #040AAE

Tints of New Midnight Blue #040AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.32%

 BLUE value IS 174 (68.36% from 255) = 92.55%

R = 2.13%
G = 5.32%
B = 92.55%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#040AAE (or 0x040AAE) is known color: New Midnight Blue. HEX triplet: 04, 0A and AE. RGB value is (4,10,174). Sum of RGB (Red+Green+Blue) = 4+10+174=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 10 (4.30% from 255 or 5.32% from 188); Blue value is 174 (68.36% from 255 or 92.55% from 188); Max value from RGB is 174 - color contains mainly: blue. Hex color #040AAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040AAE is #FBF551. Grayscale: #1A1A1A. Windows color (decimal): -16512338 or 11405828. OLE color: 11405828.

HSL color Cylindrical-coordinate representation of color #040AAE: hue angle of 237.88º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040AAE is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 10 174 -
CMYK 0.98 0.94 0 0.32
HSL 237.88º 0.96% 0.35% -
HSV(B) 237.88º 0.98% 0.68% -
XYZ 7.8 3.3 40.27 -
YUV 26.9 211.01 111.66 -
System Red Green Blue C M Y K H S L
Decimal 4 10 174 0.98 0.94 0 0.32 237.88 0.96 0.35
Hex 4 A AE 62 5E 0 20 EE 60 23
Octal 4 12 256 142 136 0 40 356 140 43
Binary 100 1010 10101110 1100010 1011110 0 100000 11101110 1100000 100011

Color Harmonies of #040AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040AAE

Black with #040AAE

Text Example


Text Example

White with #040AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040AAE; }

 p { color: rgb(4,10,174); }

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

background-color css

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

 a { background-color: rgb(4,10,174); }

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

border-color css

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

 span { border-color: rgb(4,10,174); }

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