#000DA4

Color #000DA4 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #000DA4

Tints of New Midnight Blue #000DA4

Color information

#000DA4 (or 0x000DA4) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0D and A4. RGB value is (0,13,164). Sum of RGB (Red+Green+Blue) = 0+13+164=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 164 (64.45% from 255 or 92.66% from 177); Max value from RGB is 164 - color contains mainly: blue. Hex color #000DA4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000DA4 is #FFF25B. Grayscale: #191919. Windows color (decimal): -16773724 or 10751232. OLE color: 10751232.

HSL color Cylindrical-coordinate representation of color #000DA4: hue angle of 235.24º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DA4 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB013164-
CMYK10.9200.36
HSL235.24º100%32.16%-
HSV(B)235.24º100%64.31%-
XYZ6.842.9735.33-
YUV26.33205.69109.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 7.34%
BLUE value IS 164 (64.45% from 255) = 92.66%
R=0%
G=7.34%
B=92.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal01316410.9200.36235.2410032.16
Hex0DA4645C024eb6420
Octal01524414413404435314440
Binary0110110100100110010010111000100100111010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000DA4; }

 p { color: rgb(0,13,164); }

 H1.HeaderClassName
 {
   color: #000DA4;
 }
 .AnyTagClassName
 {
   color: #000DA4;
 }
</style>
background-color css

<style>
 a { background-color: #000DA4; }

 a { background-color: rgb(0,13,164); }

 div.DivClassName
 {
   background-color: #000DA4;
 }
 .BgClassName
 {
   background-color: #000DA4;
 }
</style>
border-color css

<style>
 span { border-color: #000DA4; }

 span { border-color: rgb(0,13,164); }

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