Html Css Color HEX #0D164D Midnight Express

📋 copy color: '#0D164D'

red 13 ◦ green 22 ◦ blue 77

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

Shades of Midnight Express #0D164D

Tints of Midnight Express #0D164D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.64%

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

R = 11.61%
G = 19.64%
B = 68.75%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D164D (or 0x0D164D) is known color: Midnight Express. HEX triplet: 0D, 16 and 4D. RGB value is (13,22,77). Sum of RGB (Red+Green+Blue) = 13+22+77=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D164D is #F2E9B2. Grayscale: #191919. Windows color (decimal): -15919539 or 5051917. OLE color: 5051917.

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

Color convert

RGB 13 22 77 -
CMYK 0.83 0.71 0 0.70
HSL 231.56º 0.71% 0.18% -
HSV(B) 231.56º 0.83% 0.3% -
XYZ 1.79 1.2 7.16 -
YUV 25.58 157.02 119.03 -
System Red Green Blue C M Y K H S L
Decimal 13 22 77 0.83 0.71 0 0.70 231.56 0.71 0.18
Hex D 16 4D 53 47 0 46 E8 47 12
Octal 15 26 115 123 107 0 106 350 107 22
Binary 1101 10110 1001101 1010011 1000111 0 1000110 11101000 1000111 10010

Color Harmonies of #0D164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D164D

Black with #0D164D

Text Example


Text Example

White with #0D164D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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