#000DA9

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

Shades of New Midnight Blue #000DA9

Tints of New Midnight Blue #000DA9

Color information

#000DA9 (or 0x000DA9) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0D and A9. RGB value is (0,13,169). Sum of RGB (Red+Green+Blue) = 0+13+169=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 169 (66.41% from 255 or 92.86% from 182); Max value from RGB is 169 - color contains mainly: blue. Hex color #000DA9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000DA9 is #FFF256. Grayscale: #1A1A1A. Windows color (decimal): -16773719 or 11078912. OLE color: 11078912.

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

Color convert

RGB013169-
CMYK10.9200.34
HSL235.38º100%33.14%-
HSV(B)235.38º100%66.27%-
XYZ7.313.1537.76-
YUV26.9208.19108.82-

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.14%
BLUE value IS 169 (66.41% from 255) = 92.86%
R=0%
G=7.14%
B=92.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal01316910.9200.34235.3810033.14
Hex0DA9645C022eb6421
Octal01525114413404235314441
Binary0110110101001110010010111000100010111010111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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