#0D02AE

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

Shades of New Midnight Blue #0D02AE

Tints of New Midnight Blue #0D02AE

Color information

#0D02AE (or 0x0D02AE) is unknown color: approx New Midnight Blue. HEX triplet: 0D, 02 and AE. RGB value is (13,2,174). Sum of RGB (Red+Green+Blue) = 13+2+174=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 174 (68.36% from 255 or 92.06% from 189); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D02AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D02AE is #F2FD51. Grayscale: #181818. Windows color (decimal): -15924562 or 11403789. OLE color: 11403789.

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

Color convert

RGB132174-
CMYK0.930.9900.32
HSL243.84º97.73%34.51%-
HSV(B)243.84º98.85%68.24%-
XYZ7.833.1840.25-
YUV24.9212.14119.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.88%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 174 (68.36% from 255) = 92.06%
R=6.88%
G=1.06%
B=92.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1321740.930.9900.32243.8497.7334.51
HexD2AE5D63020f46223
Octal15225613514304036414243
Binary11011010101110101110111000110100000111101001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D02AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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