Html Css Color HEX #172E50 Midnight

📋 copy color: '#172E50'

red 23 ◦ green 46 ◦ blue 80

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

Shades of Midnight #172E50

Tints of Midnight #172E50

RGB

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

 GREEN value IS 46 (18.36% from 255) = 30.87%

 BLUE value IS 80 (31.64% from 255) = 53.69%

R = 15.44%
G = 30.87%
B = 53.69%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#172E50 (or 0x172E50) is known color: Midnight. HEX triplet: 17, 2E and 50. RGB value is (23,46,80). Sum of RGB (Red+Green+Blue) = 23+46+80=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #172E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E50 is #E8D1AF. Grayscale: #2A2A2A. Windows color (decimal): -15258032 or 5254679. OLE color: 5254679.

HSL color Cylindrical-coordinate representation of color #172E50: hue angle of 215.79º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #172E50 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 23 46 80 -
CMYK 0.71 0.42 0 0.69
HSL 215.79º 0.55% 0.2% -
HSV(B) 215.79º 0.71% 0.31% -
XYZ 2.78 2.72 7.97 -
YUV 43 148.88 113.74 -
System Red Green Blue C M Y K H S L
Decimal 23 46 80 0.71 0.42 0 0.69 215.79 0.55 0.2
Hex 17 2E 50 47 2A 0 45 D8 37 14
Octal 27 56 120 107 52 0 105 330 67 24
Binary 10111 101110 1010000 1000111 101010 0 1000101 11011000 110111 10100

Color Harmonies of #172E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E50

Black with #172E50

Text Example


Text Example

White with #172E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,46,80); }

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

background-color css

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

 a { background-color: rgb(23,46,80); }

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

border-color css

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

 span { border-color: rgb(23,46,80); }

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