Html Css Color HEX #0D1E39 Midnight Express

📋 copy color: '#0D1E39'

red 13 ◦ green 30 ◦ blue 57

#0D1E39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #0D1E39

Tints of Midnight Express #0D1E39

RGB

 RED value IS 13 (5.47% from 255) = 13%

 GREEN value IS 30 (12.11% from 255) = 30%

 BLUE value IS 57 (22.66% from 255) = 57%

R = 13%
G = 30%
B = 57%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0D1E39 (or 0x0D1E39) is known color: Midnight Express. HEX triplet: 0D, 1E and 39. RGB value is (13,30,57). Sum of RGB (Red+Green+Blue) = 13+30+57=100 (13% of max value = 765). Red value is 13 (5.47% from 255 or 13% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 57 (22.66% from 255 or 57% from 100); Max value from RGB is 57 - color contains mainly: blue. Hex color #0D1E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1E39 is #F2E1C6. Grayscale: #1B1B1B. Windows color (decimal): -15917511 or 3743245. OLE color: 3743245.

HSL color Cylindrical-coordinate representation of color #0D1E39: hue angle of 216.82º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D1E39 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 30 57 -
CMYK 0.77 0.47 0 0.78
HSL 216.82º 0.63% 0.14% -
HSV(B) 216.82º 0.77% 0.22% -
XYZ 1.37 1.31 4.05 -
YUV 28 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 13 30 57 0.77 0.47 0 0.78 216.82 0.63 0.14
Hex D 1E 39 4D 2F 0 4E D9 3F E
Octal 15 36 71 115 57 0 116 331 77 16
Binary 1101 11110 111001 1001101 101111 0 1001110 11011001 111111 1110

Color Harmonies of #0D1E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1E39

Black with #0D1E39

Text Example


Text Example

White with #0D1E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,30,57); }

 H1.HeaderClassName
 {
   color: #0D1E39;
 }
 .AnyTagClassName
 {
   color: #0D1E39;
 }
</style>

background-color css

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

 a { background-color: rgb(13,30,57); }

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

border-color css

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

 span { border-color: rgb(13,30,57); }

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