Html Css Color HEX #0D1A37 Midnight Express

📋 copy color: '#0D1A37'

red 13 ◦ green 26 ◦ blue 55

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

Shades of Midnight Express #0D1A37

Tints of Midnight Express #0D1A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.66%

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

R = 13.83%
G = 27.66%
B = 58.51%

CMYK

 C value IS 0.76

 M value IS 0.53

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0D1A37 (or 0x0D1A37) is known color: Midnight Express. HEX triplet: 0D, 1A and 37. RGB value is (13,26,55). Sum of RGB (Red+Green+Blue) = 13+26+55=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 55 (21.88% from 255 or 58.51% from 94); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D1A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1A37 is #F2E5C8. Grayscale: #191919. Windows color (decimal): -15918537 or 3611149. OLE color: 3611149.

HSL color Cylindrical-coordinate representation of color #0D1A37: hue angle of 221.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 #0D1A37 is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 13 26 55 -
CMYK 0.76 0.53 0 0.78
HSL 221.43º 0.62% 0.13% -
HSV(B) 221.43º 0.76% 0.22% -
XYZ 1.22 1.1 3.76 -
YUV 25.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 13 26 55 0.76 0.53 0 0.78 221.43 0.62 0.13
Hex D 1A 37 4C 35 0 4E DD 3E D
Octal 15 32 67 114 65 0 116 335 76 15
Binary 1101 11010 110111 1001100 110101 0 1001110 11011101 111110 1101

Color Harmonies of #0D1A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1A37

Black with #0D1A37

Text Example


Text Example

White with #0D1A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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