Html Css Color HEX #0D114D Midnight Express

📋 copy color: '#0D114D'

red 13 ◦ green 17 ◦ blue 77

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

Shades of Midnight Express #0D114D

Tints of Midnight Express #0D114D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.89%

 BLUE value IS 77 (30.47% from 255) = 71.96%

R = 12.15%
G = 15.89%
B = 71.96%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D114D (or 0x0D114D) is known color: Midnight Express. HEX triplet: 0D, 11 and 4D. RGB value is (13,17,77). Sum of RGB (Red+Green+Blue) = 13+17+77=107 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.15% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D114D is #F2EEB2. Grayscale: #161616. Windows color (decimal): -15920819 or 5050637. OLE color: 5050637.

HSL color Cylindrical-coordinate representation of color #0D114D: hue angle of 236.25º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D114D is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 13 17 77 -
CMYK 0.83 0.78 0 0.70
HSL 236.25º 0.71% 0.18% -
HSV(B) 236.25º 0.83% 0.3% -
XYZ 1.71 1.02 7.13 -
YUV 22.64 158.67 121.12 -
System Red Green Blue C M Y K H S L
Decimal 13 17 77 0.83 0.78 0 0.70 236.25 0.71 0.18
Hex D 11 4D 53 4E 0 46 EC 47 12
Octal 15 21 115 123 116 0 106 354 107 22
Binary 1101 10001 1001101 1010011 1001110 0 1000110 11101100 1000111 10010

Color Harmonies of #0D114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D114D

Black with #0D114D

Text Example


Text Example

White with #0D114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,17,77); }

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

background-color css

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

 a { background-color: rgb(13,17,77); }

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

border-color css

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

 span { border-color: rgb(13,17,77); }

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