#0D029E

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

Shades of New Midnight Blue #0D029E

Tints of New Midnight Blue #0D029E

Color information

#0D029E (or 0x0D029E) is unknown color: approx New Midnight Blue. HEX triplet: 0D, 02 and 9E. RGB value is (13,2,158). Sum of RGB (Red+Green+Blue) = 13+2+158=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 158 (62.11% from 255 or 91.33% from 173); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D029E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D029E is #F2FD61. Grayscale: #161616. Windows color (decimal): -15924578 or 10355213. OLE color: 10355213.

HSL color Cylindrical-coordinate representation of color #0D029E: hue angle of 244.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D029E is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132158-
CMYK0.920.9900.38
HSL244.23º97.5%31.37%-
HSV(B)244.23º98.73%61.96%-
XYZ6.362.632.51-
YUV23.07204.14120.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.51%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 158 (62.11% from 255) = 91.33%
R=7.51%
G=1.16%
B=91.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321580.920.9900.38244.2397.531.37
HexD29E5C63026f4621f
Octal15223613414304636414237
Binary1101101001111010111001100011010011011110100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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