#0D1434

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

Shades of Midnight Express #0D1434

Tints of Midnight Express #0D1434

Color information

#0D1434 (or 0x0D1434) is unknown color: approx Midnight Express. HEX triplet: 0D, 14 and 34. RGB value is (13,20,52). Sum of RGB (Red+Green+Blue) = 13+20+52=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #0D1434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1434 is #F2EBCB. Grayscale: #151515. Windows color (decimal): -15920076 or 3413005. OLE color: 3413005.

HSL color Cylindrical-coordinate representation of color #0D1434: hue angle of 229.23º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D1434 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB132052-
CMYK0.750.6200.80
HSL229.23º60%12.75%-
HSV(B)229.23º75%20.39%-
XYZ1.040.833.36-
YUV21.56145.18121.9-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.29%
GREEN value IS 20 (8.20% from 255) = 23.53%
BLUE value IS 52 (20.70% from 255) = 61.18%
R=15.29%
G=23.53%
B=61.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1320520.750.6200.80229.236012.75
HexD14344B3E050e53cd
Octal1524641137601203457415
Binary110110100110100100101111111001010000111001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D1434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,20,52); }

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

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

 a { background-color: rgb(13,20,52); }

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

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

 span { border-color: rgb(13,20,52); }

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