Html Css Color HEX #0D1037 Midnight Express

📋 copy color: '#0D1037'

red 13 ◦ green 16 ◦ blue 55

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

Shades of Midnight Express #0D1037

Tints of Midnight Express #0D1037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.05%

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

R = 15.48%
G = 19.05%
B = 65.48%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0D1037 (or 0x0D1037) is known color: Midnight Express. HEX triplet: 0D, 10 and 37. RGB value is (13,16,55). Sum of RGB (Red+Green+Blue) = 13+16+55=84 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.48% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 55 (21.88% from 255 or 65.48% from 84); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D1037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1037 is #F2EFC8. Grayscale: #131313. Windows color (decimal): -15921097 or 3608589. OLE color: 3608589.

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

Color convert

RGB 13 16 55 -
CMYK 0.76 0.71 0 0.78
HSL 235.71º 0.62% 0.13% -
HSV(B) 235.71º 0.76% 0.22% -
XYZ 1.04 0.73 3.7 -
YUV 19.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 13 16 55 0.76 0.71 0 0.78 235.71 0.62 0.13
Hex D 10 37 4C 47 0 4E EC 3E D
Octal 15 20 67 114 107 0 116 354 76 15
Binary 1101 10000 110111 1001100 1000111 0 1001110 11101100 111110 1101

Color Harmonies of #0D1037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1037

Black with #0D1037

Text Example


Text Example

White with #0D1037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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