#0D104F

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

Shades of Midnight Blue #0D104F

Tints of Midnight Blue #0D104F

Color information

#0D104F (or 0x0D104F) is unknown color: approx Midnight Blue. HEX triplet: 0D, 10 and 4F. RGB value is (13,16,79). Sum of RGB (Red+Green+Blue) = 13+16+79=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 79 (31.25% from 255 or 73.15% from 108); Max value from RGB is 79 - color contains mainly: blue. Hex color #0D104F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D104F is #F2EFB0. Grayscale: #161616. Windows color (decimal): -15921073 or 5181453. OLE color: 5181453.

HSL color Cylindrical-coordinate representation of color #0D104F: hue angle of 237.27º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D104F is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB131679-
CMYK0.840.8000.69
HSL237.27º71.74%18.04%-
HSV(B)237.27º83.54%30.98%-
XYZ1.761.027.5-
YUV22.28160.01121.38-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.04%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 79 (31.25% from 255) = 73.15%
R=12.04%
G=14.81%
B=73.15%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1316790.840.8000.69237.2771.7418.04
HexD104F5450045ed4812
Octal1520117124120010535511022
Binary1101100001001111101010010100000100010111101101100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,16,79); }

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

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

 a { background-color: rgb(13,16,79); }

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

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

 span { border-color: rgb(13,16,79); }

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