Html Css Color HEX #040E9F New Midnight Blue

📋 copy color: '#040E9F'

red 4 ◦ green 14 ◦ blue 159

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

Shades of New Midnight Blue #040E9F

Tints of New Midnight Blue #040E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 89.83%

R = 2.26%
G = 7.91%
B = 89.83%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#040E9F (or 0x040E9F) is known color: New Midnight Blue. HEX triplet: 04, 0E and 9F. RGB value is (4,14,159). Sum of RGB (Red+Green+Blue) = 4+14+159=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 159 (62.5% from 255 or 89.83% from 177); Max value from RGB is 159 - color contains mainly: blue. Hex color #040E9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040E9F is #FBF160. Grayscale: #1A1A1A. Windows color (decimal): -16511329 or 10423812. OLE color: 10423812.

HSL color Cylindrical-coordinate representation of color #040E9F: hue angle of 236.13º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040E9F is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 14 159 -
CMYK 0.97 0.91 0 0.38
HSL 236.13º 0.95% 0.32% -
HSV(B) 236.13º 0.97% 0.62% -
XYZ 6.47 2.84 33.01 -
YUV 27.54 202.19 111.21 -
System Red Green Blue C M Y K H S L
Decimal 4 14 159 0.97 0.91 0 0.38 236.13 0.95 0.32
Hex 4 E 9F 61 5B 0 26 EC 5F 20
Octal 4 16 237 141 133 0 46 354 137 40
Binary 100 1110 10011111 1100001 1011011 0 100110 11101100 1011111 100000

Color Harmonies of #040E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E9F

Black with #040E9F

Text Example


Text Example

White with #040E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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