Html Css Color HEX #171270 Midnight Blue

📋 copy color: '#171270'

red 23 ◦ green 18 ◦ blue 112

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

Shades of Midnight Blue #171270

Tints of Midnight Blue #171270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.76%

 BLUE value IS 112 (44.14% from 255) = 73.2%

R = 15.03%
G = 11.76%
B = 73.2%

CMYK

 C value IS 0.79

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#171270 (or 0x171270) is known color: Midnight Blue. HEX triplet: 17, 12 and 70. RGB value is (23,18,112). Sum of RGB (Red+Green+Blue) = 23+18+112=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #171270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171270 is #E8ED8F. Grayscale: #1D1D1D. Windows color (decimal): -15265168 or 7344663. OLE color: 7344663.

HSL color Cylindrical-coordinate representation of color #171270: hue angle of 243.19º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #171270 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 18 112 -
CMYK 0.79 0.84 0 0.56
HSL 243.19º 0.72% 0.25% -
HSV(B) 243.19º 0.84% 0.44% -
XYZ 3.49 1.78 15.49 -
YUV 30.21 174.16 122.86 -
System Red Green Blue C M Y K H S L
Decimal 23 18 112 0.79 0.84 0 0.56 243.19 0.72 0.25
Hex 17 12 70 4F 54 0 38 F3 48 19
Octal 27 22 160 117 124 0 70 363 110 31
Binary 10111 10010 1110000 1001111 1010100 0 111000 11110011 1001000 11001

Color Harmonies of #171270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171270

Black with #171270

Text Example


Text Example

White with #171270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171270; }

 p { color: rgb(23,18,112); }

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

background-color css

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

 a { background-color: rgb(23,18,112); }

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

border-color css

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

 span { border-color: rgb(23,18,112); }

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