#0D1630

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

Shades of Midnight Express #0D1630

Tints of Midnight Express #0D1630

Color information

#0D1630 (or 0x0D1630) is unknown color: approx Midnight Express. HEX triplet: 0D, 16 and 30. RGB value is (13,22,48). Sum of RGB (Red+Green+Blue) = 13+22+48=83 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.66% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D1630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1630 is #F2E9CF. Grayscale: #161616. Windows color (decimal): -15919568 or 3151373. OLE color: 3151373.

HSL color Cylindrical-coordinate representation of color #0D1630: hue angle of 224.57º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D1630 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB132248-
CMYK0.730.5400.81
HSL224.57º57.38%11.96%-
HSV(B)224.57º72.92%18.82%-
XYZ0.990.872.91-
YUV22.27142.52121.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.66%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 48 (19.14% from 255) = 57.83%
R=15.66%
G=26.51%
B=57.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1322480.730.5400.81224.5757.3811.96
HexD16304936051e139c
Octal1526601116601213417114
Binary110110110110000100100111011001010001111000011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,22,48); }

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

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

 a { background-color: rgb(13,22,48); }

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

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

 span { border-color: rgb(13,22,48); }

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