Html Css Color HEX #172140 Midnight Express

📋 copy color: '#172140'

red 23 ◦ green 33 ◦ blue 64

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

Shades of Midnight Express #172140

Tints of Midnight Express #172140

RGB

 RED value IS 23 (9.38% from 255) = 19.17%

 GREEN value IS 33 (13.28% from 255) = 27.5%

 BLUE value IS 64 (25.39% from 255) = 53.33%

R = 19.17%
G = 27.5%
B = 53.33%

CMYK

 C value IS 0.64

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#172140 (or 0x172140) is known color: Midnight Express. HEX triplet: 17, 21 and 40. RGB value is (23,33,64). Sum of RGB (Red+Green+Blue) = 23+33+64=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #172140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172140 is #E8DEBF. Grayscale: #212121. Windows color (decimal): -15261376 or 4202775. OLE color: 4202775.

HSL color Cylindrical-coordinate representation of color #172140: hue angle of 225.37º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #172140 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 33 64 -
CMYK 0.64 0.48 0 0.75
HSL 225.37º 0.47% 0.17% -
HSV(B) 225.37º 0.64% 0.25% -
XYZ 1.82 1.64 5.07 -
YUV 33.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 23 33 64 0.64 0.48 0 0.75 225.37 0.47 0.17
Hex 17 21 40 40 30 0 4B E1 2F 11
Octal 27 41 100 100 60 0 113 341 57 21
Binary 10111 100001 1000000 1000000 110000 0 1001011 11100001 101111 10001

Color Harmonies of #172140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172140

Black with #172140

Text Example


Text Example

White with #172140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172140; }

 p { color: rgb(23,33,64); }

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

background-color css

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

 a { background-color: rgb(23,33,64); }

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

border-color css

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

 span { border-color: rgb(23,33,64); }

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