#0D184B

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

Shades of Midnight Express #0D184B

Tints of Midnight Express #0D184B

Color information

#0D184B (or 0x0D184B) is unknown color: approx Midnight Express. HEX triplet: 0D, 18 and 4B. RGB value is (13,24,75). Sum of RGB (Red+Green+Blue) = 13+24+75=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 24 (9.77% from 255 or 21.43% from 112); Blue value is 75 (29.69% from 255 or 66.96% from 112); Max value from RGB is 75 - color contains mainly: blue. Hex color #0D184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D184B is #F2E7B4. Grayscale: #1A1A1A. Windows color (decimal): -15919029 or 4921357. OLE color: 4921357.

HSL color Cylindrical-coordinate representation of color #0D184B: hue angle of 229.35º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D184B is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB132475-
CMYK0.830.6800.71
HSL229.35º70.45%17.25%-
HSV(B)229.35º82.67%29.41%-
XYZ1.761.256.8-
YUV26.52155.36118.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.61%
GREEN value IS 24 (9.77% from 255) = 21.43%
BLUE value IS 75 (29.69% from 255) = 66.96%
R=11.61%
G=21.43%
B=66.96%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1324750.830.6800.71229.3570.4517.25
HexD184B5344047e54611
Octal1530113123104010734510621
Binary1101110001001011101001110001000100011111100101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,24,75); }

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

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

 a { background-color: rgb(13,24,75); }

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

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

 span { border-color: rgb(13,24,75); }

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