Html Css Color HEX #170C70 Midnight Blue

📋 copy color: '#170C70'

red 23 ◦ green 12 ◦ blue 112

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

Shades of Midnight Blue #170C70

Tints of Midnight Blue #170C70

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.16%

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

R = 15.65%
G = 8.16%
B = 76.19%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#170C70 (or 0x170C70) is known color: Midnight Blue. HEX triplet: 17, 0C and 70. RGB value is (23,12,112). Sum of RGB (Red+Green+Blue) = 23+12+112=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #170C70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170C70 is #E8F38F. Grayscale: #1A1A1A. Windows color (decimal): -15266704 or 7343127. OLE color: 7343127.

HSL color Cylindrical-coordinate representation of color #170C70: hue angle of 246.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #170C70 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 12 112 -
CMYK 0.79 0.89 0 0.56
HSL 246.6º 0.81% 0.24% -
HSV(B) 246.6º 0.89% 0.44% -
XYZ 3.41 1.61 15.46 -
YUV 26.69 176.14 125.37 -
System Red Green Blue C M Y K H S L
Decimal 23 12 112 0.79 0.89 0 0.56 246.6 0.81 0.24
Hex 17 C 70 4F 59 0 38 F7 51 18
Octal 27 14 160 117 131 0 70 367 121 30
Binary 10111 1100 1110000 1001111 1011001 0 111000 11110111 1010001 11000

Color Harmonies of #170C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170C70

Black with #170C70

Text Example


Text Example

White with #170C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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