Html Css Color HEX #040EAA New Midnight Blue

📋 copy color: '#040EAA'

red 4 ◦ green 14 ◦ blue 170

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

Shades of New Midnight Blue #040EAA

Tints of New Midnight Blue #040EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.45%

 BLUE value IS 170 (66.8% from 255) = 90.43%

R = 2.13%
G = 7.45%
B = 90.43%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#040EAA (or 0x040EAA) is known color: New Midnight Blue. HEX triplet: 04, 0E and AA. RGB value is (4,14,170). Sum of RGB (Red+Green+Blue) = 4+14+170=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 170 (66.80% from 255 or 90.43% from 188); Max value from RGB is 170 - color contains mainly: blue. Hex color #040EAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040EAA is #FBF155. Grayscale: #1C1C1C. Windows color (decimal): -16511318 or 11144708. OLE color: 11144708.

HSL color Cylindrical-coordinate representation of color #040EAA: hue angle of 236.39º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040EAA is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 14 170 -
CMYK 0.98 0.92 0 0.33
HSL 236.39º 0.95% 0.34% -
HSV(B) 236.39º 0.98% 0.67% -
XYZ 7.46 3.24 38.26 -
YUV 28.79 207.69 110.32 -
System Red Green Blue C M Y K H S L
Decimal 4 14 170 0.98 0.92 0 0.33 236.39 0.95 0.34
Hex 4 E AA 62 5C 0 21 EC 5F 22
Octal 4 16 252 142 134 0 41 354 137 42
Binary 100 1110 10101010 1100010 1011100 0 100001 11101100 1011111 100010

Color Harmonies of #040EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040EAA

Black with #040EAA

Text Example


Text Example

White with #040EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,14,170); }

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

background-color css

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

 a { background-color: rgb(4,14,170); }

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

border-color css

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

 span { border-color: rgb(4,14,170); }

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