Html Css Color HEX #13174D Midnight Express

📋 copy color: '#13174D'

red 19 ◦ green 23 ◦ blue 77

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

Shades of Midnight Express #13174D

Tints of Midnight Express #13174D

RGB

 RED value IS 19 (7.81% from 255) = 15.97%

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

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

R = 15.97%
G = 19.33%
B = 64.71%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13174D (or 0x13174D) is known color: Midnight Express. HEX triplet: 13, 17 and 4D. RGB value is (19,23,77). Sum of RGB (Red+Green+Blue) = 19+23+77=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #13174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13174D is #ECE8B2. Grayscale: #1B1B1B. Windows color (decimal): -15526067 or 5052179. OLE color: 5052179.

HSL color Cylindrical-coordinate representation of color #13174D: hue angle of 235.86º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13174D is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 23 77 -
CMYK 0.75 0.70 0 0.70
HSL 235.86º 0.6% 0.19% -
HSV(B) 235.86º 0.75% 0.3% -
XYZ 1.91 1.29 7.17 -
YUV 27.96 155.67 121.61 -
System Red Green Blue C M Y K H S L
Decimal 19 23 77 0.75 0.70 0 0.70 235.86 0.6 0.19
Hex 13 17 4D 4B 46 0 46 EC 3C 13
Octal 23 27 115 113 106 0 106 354 74 23
Binary 10011 10111 1001101 1001011 1000110 0 1000110 11101100 111100 10011

Color Harmonies of #13174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13174D

Black with #13174D

Text Example


Text Example

White with #13174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13174D; }

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

 H1.HeaderClassName
 {
   color: #13174D;
 }
 .AnyTagClassName
 {
   color: #13174D;
 }
</style>

background-color css

<style>
 a { background-color: #13174D; }

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

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

border-color css

<style>
 span { border-color: #13174D; }

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

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