#000DA3

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

Shades of New Midnight Blue #000DA3

Tints of New Midnight Blue #000DA3

Color information

#000DA3 (or 0x000DA3) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0D and A3. RGB value is (0,13,163). Sum of RGB (Red+Green+Blue) = 0+13+163=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 163 (64.06% from 255 or 92.61% from 176); Max value from RGB is 163 - color contains mainly: blue. Hex color #000DA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000DA3 is #FFF25C. Grayscale: #191919. Windows color (decimal): -16773725 or 10685696. OLE color: 10685696.

HSL color Cylindrical-coordinate representation of color #000DA3: hue angle of 235.21º 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 #000DA3 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB013163-
CMYK10.9200.36
HSL235.21º100%31.96%-
HSV(B)235.21º100%63.92%-
XYZ6.752.9334.86-
YUV26.21205.19109.3-

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.39%
BLUE value IS 163 (64.06% from 255) = 92.61%
R=0%
G=7.39%
B=92.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal01316310.9200.36235.2110031.96
Hex0DA3645C024eb6420
Octal01524314413404435314440
Binary0110110100011110010010111000100100111010111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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