Html Css Color HEX #172A41 Midnight

📋 copy color: '#172A41'

red 23 ◦ green 42 ◦ blue 65

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

Shades of Midnight #172A41

Tints of Midnight #172A41

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.31%

 BLUE value IS 65 (25.78% from 255) = 50%

R = 17.69%
G = 32.31%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#172A41 (or 0x172A41) is known color: Midnight. HEX triplet: 17, 2A and 41. RGB value is (23,42,65). Sum of RGB (Red+Green+Blue) = 23+42+65=130 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.69% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #172A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A41 is #E8D5BE. Grayscale: #262626. Windows color (decimal): -15259071 or 4270615. OLE color: 4270615.

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

Color convert

RGB 23 42 65 -
CMYK 0.65 0.35 0 0.75
HSL 212.86º 0.48% 0.17% -
HSV(B) 212.86º 0.65% 0.25% -
XYZ 2.14 2.22 5.32 -
YUV 38.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 23 42 65 0.65 0.35 0 0.75 212.86 0.48 0.17
Hex 17 2A 41 41 23 0 4B D5 30 11
Octal 27 52 101 101 43 0 113 325 60 21
Binary 10111 101010 1000001 1000001 100011 0 1001011 11010101 110000 10001

Color Harmonies of #172A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172A41

Black with #172A41

Text Example


Text Example

White with #172A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172A41; }

 p { color: rgb(23,42,65); }

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

background-color css

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

 a { background-color: rgb(23,42,65); }

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

border-color css

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

 span { border-color: rgb(23,42,65); }

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