Html Css Color HEX #040D9F New Midnight Blue

📋 copy color: '#040D9F'

red 4 ◦ green 13 ◦ blue 159

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

Shades of New Midnight Blue #040D9F

Tints of New Midnight Blue #040D9F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.39%

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

R = 2.27%
G = 7.39%
B = 90.34%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#040D9F (or 0x040D9F) is known color: New Midnight Blue. HEX triplet: 04, 0D and 9F. RGB value is (4,13,159). Sum of RGB (Red+Green+Blue) = 4+13+159=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 159 (62.5% from 255 or 90.34% from 176); Max value from RGB is 159 - color contains mainly: blue. Hex color #040D9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040D9F is #FBF260. Grayscale: #1A1A1A. Windows color (decimal): -16511585 or 10423556. OLE color: 10423556.

HSL color Cylindrical-coordinate representation of color #040D9F: hue angle of 236.52º 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 #040D9F is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 13 159 -
CMYK 0.97 0.92 0 0.38
HSL 236.52º 0.95% 0.32% -
HSV(B) 236.52º 0.97% 0.62% -
XYZ 6.45 2.82 33 -
YUV 26.95 202.52 111.63 -
System Red Green Blue C M Y K H S L
Decimal 4 13 159 0.97 0.92 0 0.38 236.52 0.95 0.32
Hex 4 D 9F 61 5C 0 26 ED 5F 20
Octal 4 15 237 141 134 0 46 355 137 40
Binary 100 1101 10011111 1100001 1011100 0 100110 11101101 1011111 100000

Color Harmonies of #040D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D9F

Black with #040D9F

Text Example


Text Example

White with #040D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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