Html Css Color HEX #040EAC New Midnight Blue

📋 copy color: '#040EAC'

red 4 ◦ green 14 ◦ blue 172

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

Shades of New Midnight Blue #040EAC

Tints of New Midnight Blue #040EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 90.53%

R = 2.11%
G = 7.37%
B = 90.53%

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

#040EAC (or 0x040EAC) is known color: New Midnight Blue. HEX triplet: 04, 0E and AC. RGB value is (4,14,172). Sum of RGB (Red+Green+Blue) = 4+14+172=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 14 (5.86% from 255 or 7.37% from 190); Blue value is 172 (67.58% from 255 or 90.53% from 190); Max value from RGB is 172 - color contains mainly: blue. Hex color #040EAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040EAC is #FBF153. Grayscale: #1C1C1C. Windows color (decimal): -16511316 or 11275780. OLE color: 11275780.

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

Color convert

RGB 4 14 172 -
CMYK 0.98 0.92 0 0.33
HSL 236.43º 0.95% 0.35% -
HSV(B) 236.43º 0.98% 0.67% -
XYZ 7.65 3.32 39.27 -
YUV 29.02 208.69 110.15 -
System Red Green Blue C M Y K H S L
Decimal 4 14 172 0.98 0.92 0 0.33 236.43 0.95 0.35
Hex 4 E AC 62 5C 0 21 EC 5F 23
Octal 4 16 254 142 134 0 41 354 137 43
Binary 100 1110 10101100 1100010 1011100 0 100001 11101100 1011111 100011

Color Harmonies of #040EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040EAC

Black with #040EAC

Text Example


Text Example

White with #040EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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