Html Css Color HEX #0D0839 Midnight Express

📋 copy color: '#0D0839'

red 13 ◦ green 8 ◦ blue 57

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

Shades of Midnight Express #0D0839

Tints of Midnight Express #0D0839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.26%

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

R = 16.67%
G = 10.26%
B = 73.08%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0D0839 (or 0x0D0839) is known color: Midnight Express. HEX triplet: 0D, 08 and 39. RGB value is (13,8,57). Sum of RGB (Red+Green+Blue) = 13+8+57=78 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.67% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 57 (22.66% from 255 or 73.08% from 78); Max value from RGB is 57 - color contains mainly: blue. Hex color #0D0839 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0839 is #F2F7C6. Grayscale: #0E0E0E. Windows color (decimal): -15923143 or 3737613. OLE color: 3737613.

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

Color convert

RGB 13 8 57 -
CMYK 0.77 0.86 0 0.78
HSL 246.12º 0.75% 0.13% -
HSV(B) 246.12º 0.86% 0.22% -
XYZ 0.99 0.55 3.93 -
YUV 15.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 13 8 57 0.77 0.86 0 0.78 246.12 0.75 0.13
Hex D 8 39 4D 56 0 4E F6 4B D
Octal 15 10 71 115 126 0 116 366 113 15
Binary 1101 1000 111001 1001101 1010110 0 1001110 11110110 1001011 1101

Color Harmonies of #0D0839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0839

Black with #0D0839

Text Example


Text Example

White with #0D0839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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