#0D019E

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

Shades of New Midnight Blue #0D019E

Tints of New Midnight Blue #0D019E

Color information

#0D019E (or 0x0D019E) is unknown color: approx New Midnight Blue. HEX triplet: 0D, 01 and 9E. RGB value is (13,1,158). Sum of RGB (Red+Green+Blue) = 13+1+158=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 158 (62.11% from 255 or 91.86% from 172); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D019E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D019E is #F2FE61. Grayscale: #151515. Windows color (decimal): -15924834 or 10354957. OLE color: 10354957.

HSL color Cylindrical-coordinate representation of color #0D019E: hue angle of 244.59º degrees, saturation: 0.99, 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 #0D019E is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131158-
CMYK0.920.9900.38
HSL244.59º98.74%31.18%-
HSV(B)244.59º99.37%61.96%-
XYZ6.352.5832.51-
YUV22.49204.48121.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.56%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 158 (62.11% from 255) = 91.86%
R=7.56%
G=0.58%
B=91.86%

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
Decimal1311580.920.9900.38244.5998.7431.18
HexD19E5C63026f5631f
Octal15123613414304636514337
Binary110111001111010111001100011010011011110101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D019E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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