Html Css Color HEX #040DAB New Midnight Blue

📋 copy color: '#040DAB'

red 4 ◦ green 13 ◦ blue 171

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

Shades of New Midnight Blue #040DAB

Tints of New Midnight Blue #040DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 90.96%

R = 2.13%
G = 6.91%
B = 90.96%

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

#040DAB (or 0x040DAB) is known color: New Midnight Blue. HEX triplet: 04, 0D and AB. RGB value is (4,13,171). Sum of RGB (Red+Green+Blue) = 4+13+171=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 171 (67.19% from 255 or 90.96% from 188); Max value from RGB is 171 - color contains mainly: blue. Hex color #040DAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040DAB is #FBF254. Grayscale: #1B1B1B. Windows color (decimal): -16511573 or 11209988. OLE color: 11209988.

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

Color convert

RGB 4 13 171 -
CMYK 0.98 0.92 0 0.33
HSL 236.77º 0.95% 0.34% -
HSV(B) 236.77º 0.98% 0.67% -
XYZ 7.54 3.25 38.76 -
YUV 28.32 208.52 110.65 -
System Red Green Blue C M Y K H S L
Decimal 4 13 171 0.98 0.92 0 0.33 236.77 0.95 0.34
Hex 4 D AB 62 5C 0 21 ED 5F 22
Octal 4 15 253 142 134 0 41 355 137 42
Binary 100 1101 10101011 1100010 1011100 0 100001 11101101 1011111 100010

Color Harmonies of #040DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040DAB

Black with #040DAB

Text Example


Text Example

White with #040DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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