Html Css Color HEX #0D1E48 Midnight Express

📋 copy color: '#0D1E48'

red 13 ◦ green 30 ◦ blue 72

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

Shades of Midnight Express #0D1E48

Tints of Midnight Express #0D1E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 62.61%

R = 11.3%
G = 26.09%
B = 62.61%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0D1E48 (or 0x0D1E48) is known color: Midnight Express. HEX triplet: 0D, 1E and 48. RGB value is (13,30,72). Sum of RGB (Red+Green+Blue) = 13+30+72=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #0D1E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1E48 is #F2E1B7. Grayscale: #1D1D1D. Windows color (decimal): -15917496 or 4726285. OLE color: 4726285.

HSL color Cylindrical-coordinate representation of color #0D1E48: hue angle of 222.71º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D1E48 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 13 30 72 -
CMYK 0.82 0.58 0 0.72
HSL 222.71º 0.69% 0.17% -
HSV(B) 222.71º 0.82% 0.28% -
XYZ 1.8 1.48 6.32 -
YUV 29.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 13 30 72 0.82 0.58 0 0.72 222.71 0.69 0.17
Hex D 1E 48 52 3A 0 48 DF 45 11
Octal 15 36 110 122 72 0 110 337 105 21
Binary 1101 11110 1001000 1010010 111010 0 1001000 11011111 1000101 10001

Color Harmonies of #0D1E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1E48

Black with #0D1E48

Text Example


Text Example

White with #0D1E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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