#0D014E

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

Shades of Midnight Blue #0D014E

Tints of Midnight Blue #0D014E

Color information

#0D014E (or 0x0D014E) is unknown color: approx Midnight Blue. HEX triplet: 0D, 01 and 4E. RGB value is (13,1,78). Sum of RGB (Red+Green+Blue) = 13+1+78=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 78 (30.86% from 255 or 84.78% from 92); Max value from RGB is 78 - color contains mainly: blue. Hex color #0D014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D014E is #F2FEB1. Grayscale: #0D0D0D. Windows color (decimal): -15924914 or 5112077. OLE color: 5112077.

HSL color Cylindrical-coordinate representation of color #0D014E: hue angle of 249.35º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D014E is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB13178-
CMYK0.830.9900.69
HSL249.35º97.47%15.49%-
HSV(B)249.35º98.72%30.59%-
XYZ1.550.667.25-
YUV13.37164.48127.74-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 14.13%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 78 (30.86% from 255) = 84.78%
R=14.13%
G=1.09%
B=84.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal131780.830.9900.69249.3597.4715.49
HexD14E5363045f961f
Octal151116123143010537114117
Binary11011100111010100111100011010001011111100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D014E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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