Html Css Color HEX #0D174D Midnight Express

📋 copy color: '#0D174D'

red 13 ◦ green 23 ◦ blue 77

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

Shades of Midnight Express #0D174D

Tints of Midnight Express #0D174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.35%

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

R = 11.5%
G = 20.35%
B = 68.14%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0D174D (or 0x0D174D) is known color: Midnight Express. HEX triplet: 0D, 17 and 4D. RGB value is (13,23,77). Sum of RGB (Red+Green+Blue) = 13+23+77=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #0D174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D174D is #F2E8B2. Grayscale: #191919. Windows color (decimal): -15919283 or 5052173. OLE color: 5052173.

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

Color convert

RGB 13 23 77 -
CMYK 0.83 0.70 0 0.70
HSL 230.63º 0.71% 0.18% -
HSV(B) 230.63º 0.83% 0.3% -
XYZ 1.81 1.23 7.16 -
YUV 26.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 13 23 77 0.83 0.70 0 0.70 230.63 0.71 0.18
Hex D 17 4D 53 46 0 46 E7 47 12
Octal 15 27 115 123 106 0 106 347 107 22
Binary 1101 10111 1001101 1010011 1000110 0 1000110 11100111 1000111 10010

Color Harmonies of #0D174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D174D

Black with #0D174D

Text Example


Text Example

White with #0D174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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