#0D06AE

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

Shades of New Midnight Blue #0D06AE

Tints of New Midnight Blue #0D06AE

Color information

#0D06AE (or 0x0D06AE) is unknown color: approx New Midnight Blue. HEX triplet: 0D, 06 and AE. RGB value is (13,6,174). Sum of RGB (Red+Green+Blue) = 13+6+174=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 174 (68.36% from 255 or 90.16% from 193); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D06AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D06AE is #F2F951. Grayscale: #1A1A1A. Windows color (decimal): -15923538 or 11404813. OLE color: 11404813.

HSL color Cylindrical-coordinate representation of color #0D06AE: hue angle of 242.5º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D06AE is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136174-
CMYK0.930.9700.32
HSL242.5º93.33%35.29%-
HSV(B)242.5º96.55%68.24%-
XYZ7.873.2740.26-
YUV27.24210.82117.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.74%
GREEN value IS 6 (2.73% from 255) = 3.11%
BLUE value IS 174 (68.36% from 255) = 90.16%
R=6.74%
G=3.11%
B=90.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361740.930.9700.32242.593.3335.29
HexD6AE5D61020f25d23
Octal15625613514104036213543
Binary110111010101110101110111000010100000111100101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D06AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,6,174); }

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

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

 a { background-color: rgb(13,6,174); }

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

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

 span { border-color: rgb(13,6,174); }

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