Html Css Color HEX #0D1337 Midnight Express

📋 copy color: '#0D1337'

red 13 ◦ green 19 ◦ blue 55

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

Shades of Midnight Express #0D1337

Tints of Midnight Express #0D1337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.84%

 BLUE value IS 55 (21.88% from 255) = 63.22%

R = 14.94%
G = 21.84%
B = 63.22%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0D1337 (or 0x0D1337) is known color: Midnight Express. HEX triplet: 0D, 13 and 37. RGB value is (13,19,55). Sum of RGB (Red+Green+Blue) = 13+19+55=87 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.94% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 55 (21.88% from 255 or 63.22% from 87); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D1337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1337 is #F2ECC8. Grayscale: #151515. Windows color (decimal): -15920329 or 3609357. OLE color: 3609357.

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

Color convert

RGB 13 19 55 -
CMYK 0.76 0.65 0 0.78
HSL 231.43º 0.62% 0.13% -
HSV(B) 231.43º 0.76% 0.22% -
XYZ 1.09 0.83 3.72 -
YUV 21.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 13 19 55 0.76 0.65 0 0.78 231.43 0.62 0.13
Hex D 13 37 4C 41 0 4E E7 3E D
Octal 15 23 67 114 101 0 116 347 76 15
Binary 1101 10011 110111 1001100 1000001 0 1001110 11100111 111110 1101

Color Harmonies of #0D1337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1337

Black with #0D1337

Text Example


Text Example

White with #0D1337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,19,55); }

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

background-color css

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

 a { background-color: rgb(13,19,55); }

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

border-color css

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

 span { border-color: rgb(13,19,55); }

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