Html Css Color HEX #0D0838 Midnight Express

📋 copy color: '#0D0838'

red 13 ◦ green 8 ◦ blue 56

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

Shades of Midnight Express #0D0838

Tints of Midnight Express #0D0838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 72.73%

R = 16.88%
G = 10.39%
B = 72.73%

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

#0D0838 (or 0x0D0838) is known color: Midnight Express. HEX triplet: 0D, 08 and 38. RGB value is (13,8,56). Sum of RGB (Red+Green+Blue) = 13+8+56=77 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.88% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #0D0838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0838 is #F2F7C7. Grayscale: #0E0E0E. Windows color (decimal): -15923144 or 3672077. OLE color: 3672077.

HSL color Cylindrical-coordinate representation of color #0D0838: hue angle of 246.25º 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 #0D0838 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 8 56 -
CMYK 0.77 0.86 0 0.78
HSL 246.25º 0.75% 0.13% -
HSV(B) 246.25º 0.86% 0.22% -
XYZ 0.97 0.54 3.8 -
YUV 14.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 13 8 56 0.77 0.86 0 0.78 246.25 0.75 0.13
Hex D 8 38 4D 56 0 4E F6 4B D
Octal 15 10 70 115 126 0 116 366 113 15
Binary 1101 1000 111000 1001101 1010110 0 1001110 11110110 1001011 1101

Color Harmonies of #0D0838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0838

Black with #0D0838

Text Example


Text Example

White with #0D0838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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