#0D1930

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

Shades of Midnight Express #0D1930

Tints of Midnight Express #0D1930

Color information

#0D1930 (or 0x0D1930) is unknown color: approx Midnight Express. HEX triplet: 0D, 19 and 30. RGB value is (13,25,48). Sum of RGB (Red+Green+Blue) = 13+25+48=86 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.12% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 48 (19.14% from 255 or 55.81% from 86); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D1930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1930 is #F2E6CF. Grayscale: #171717. Windows color (decimal): -15918800 or 3152141. OLE color: 3152141.

HSL color Cylindrical-coordinate representation of color #0D1930: hue angle of 219.43º 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 #0D1930 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB132548-
CMYK0.730.4800.81
HSL219.43º57.38%11.96%-
HSV(B)219.43º72.92%18.82%-
XYZ1.050.992.93-
YUV24.03141.52120.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.12%
GREEN value IS 25 (10.16% from 255) = 29.07%
BLUE value IS 48 (19.14% from 255) = 55.81%
R=15.12%
G=29.07%
B=55.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1325480.730.4800.81219.4357.3811.96
HexD19304930051db39c
Octal1531601116001213337114
Binary110111001110000100100111000001010001110110111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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