Html Css Color HEX #171980 Midnight Blue

📋 copy color: '#171980'

red 23 ◦ green 25 ◦ blue 128

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

Shades of Midnight Blue #171980

Tints of Midnight Blue #171980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.2%

 BLUE value IS 128 (50.39% from 255) = 72.73%

R = 13.07%
G = 14.2%
B = 72.73%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#171980 (or 0x171980) is known color: Midnight Blue. HEX triplet: 17, 19 and 80. RGB value is (23,25,128). Sum of RGB (Red+Green+Blue) = 23+25+128=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 128 (50.39% from 255 or 72.73% from 176); Max value from RGB is 128 - color contains mainly: blue. Hex color #171980 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #171980 is #E8E67F. Grayscale: #232323. Windows color (decimal): -15263360 or 8395031. OLE color: 8395031.

HSL color Cylindrical-coordinate representation of color #171980: hue angle of 238.86º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #171980 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 23 25 128 -
CMYK 0.82 0.80 0 0.50
HSL 238.86º 0.7% 0.3% -
HSV(B) 238.86º 0.82% 0.5% -
XYZ 4.6 2.44 20.65 -
YUV 36.14 179.84 118.62 -
System Red Green Blue C M Y K H S L
Decimal 23 25 128 0.82 0.80 0 0.50 238.86 0.7 0.3
Hex 17 19 80 52 50 0 32 EF 46 1E
Octal 27 31 200 122 120 0 62 357 106 36
Binary 10111 11001 10000000 1010010 1010000 0 110010 11101111 1000110 11110

Color Harmonies of #171980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171980

Black with #171980

Text Example


Text Example

White with #171980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171980; }

 p { color: rgb(23,25,128); }

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

background-color css

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

 a { background-color: rgb(23,25,128); }

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

border-color css

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

 span { border-color: rgb(23,25,128); }

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