Html Css Color HEX #170D70 Midnight Blue

📋 copy color: '#170D70'

red 23 ◦ green 13 ◦ blue 112

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

Shades of Midnight Blue #170D70

Tints of Midnight Blue #170D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.78%

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

R = 15.54%
G = 8.78%
B = 75.68%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#170D70 (or 0x170D70) is known color: Midnight Blue. HEX triplet: 17, 0D and 70. RGB value is (23,13,112). Sum of RGB (Red+Green+Blue) = 23+13+112=148 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.54% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #170D70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170D70 is #E8F28F. Grayscale: #1A1A1A. Windows color (decimal): -15266448 or 7343383. OLE color: 7343383.

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

Color convert

RGB 23 13 112 -
CMYK 0.79 0.88 0 0.56
HSL 246.06º 0.79% 0.25% -
HSV(B) 246.06º 0.88% 0.44% -
XYZ 3.42 1.64 15.47 -
YUV 27.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 23 13 112 0.79 0.88 0 0.56 246.06 0.79 0.25
Hex 17 D 70 4F 58 0 38 F6 4F 19
Octal 27 15 160 117 130 0 70 366 117 31
Binary 10111 1101 1110000 1001111 1011000 0 111000 11110110 1001111 11001

Color Harmonies of #170D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170D70

Black with #170D70

Text Example


Text Example

White with #170D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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