#0D172F

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

Shades of Midnight Express #0D172F

Tints of Midnight Express #0D172F

Color information

#0D172F (or 0x0D172F) is unknown color: approx Midnight Express. HEX triplet: 0D, 17 and 2F. RGB value is (13,23,47). Sum of RGB (Red+Green+Blue) = 13+23+47=83 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.66% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 47 (18.75% from 255 or 56.63% from 83); Max value from RGB is 47 - color contains mainly: blue. Hex color #0D172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D172F is #F2E8D0. Grayscale: #161616. Windows color (decimal): -15919313 or 3086093. OLE color: 3086093.

HSL color Cylindrical-coordinate representation of color #0D172F: hue angle of 222.35º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D172F is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB132347-
CMYK0.720.5100.82
HSL222.35º56.67%11.76%-
HSV(B)222.35º72.34%18.43%-
XYZ0.990.92.81-
YUV22.75141.69121.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.66%
GREEN value IS 23 (9.38% from 255) = 27.71%
BLUE value IS 47 (18.75% from 255) = 56.63%
R=15.66%
G=27.71%
B=56.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1323470.720.5100.82222.3556.6711.76
HexD172F4833052de39c
Octal1527571106301223367114
Binary110110111101111100100011001101010010110111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,23,47); }

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

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

 a { background-color: rgb(13,23,47); }

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

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

 span { border-color: rgb(13,23,47); }

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