#0D01AC

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

Shades of New Midnight Blue #0D01AC

Tints of New Midnight Blue #0D01AC

Color information

#0D01AC (or 0x0D01AC) is unknown color: approx New Midnight Blue. HEX triplet: 0D, 01 and AC. RGB value is (13,1,172). Sum of RGB (Red+Green+Blue) = 13+1+172=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 172 (67.58% from 255 or 92.47% from 186); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D01AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D01AC is #F2FE53. Grayscale: #171717. Windows color (decimal): -15924820 or 11272461. OLE color: 11272461.

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

Color convert

RGB131172-
CMYK0.920.9900.33
HSL244.21º98.84%33.92%-
HSV(B)244.21º99.42%67.45%-
XYZ7.623.0939.22-
YUV24.08211.48120.1-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.99%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 172 (67.58% from 255) = 92.47%
R=6.99%
G=0.54%
B=92.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311720.920.9900.33244.2198.8433.92
HexD1AC5C63021f46322
Octal15125413414304136414342
Binary1101110101100101110011000110100001111101001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D01AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D01AC; }

 p { color: rgb(13,1,172); }

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

<style>
 a { background-color: #0D01AC; }

 a { background-color: rgb(13,1,172); }

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

<style>
 span { border-color: #0D01AC; }

 span { border-color: rgb(13,1,172); }

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