Html Css Color HEX #170E70 Midnight Blue

📋 copy color: '#170E70'

red 23 ◦ green 14 ◦ blue 112

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

Shades of Midnight Blue #170E70

Tints of Midnight Blue #170E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.4%

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

R = 15.44%
G = 9.4%
B = 75.17%

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

#170E70 (or 0x170E70) is known color: Midnight Blue. HEX triplet: 17, 0E and 70. RGB value is (23,14,112). Sum of RGB (Red+Green+Blue) = 23+14+112=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #170E70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170E70 is #E8F18F. Grayscale: #1B1B1B. Windows color (decimal): -15266192 or 7343639. OLE color: 7343639.

HSL color Cylindrical-coordinate representation of color #170E70: hue angle of 245.51º degrees, saturation: 0.78, 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 #170E70 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 14 112 -
CMYK 0.79 0.88 0 0.56
HSL 245.51º 0.78% 0.25% -
HSV(B) 245.51º 0.88% 0.44% -
XYZ 3.44 1.67 15.47 -
YUV 27.86 175.48 124.53 -
System Red Green Blue C M Y K H S L
Decimal 23 14 112 0.79 0.88 0 0.56 245.51 0.78 0.25
Hex 17 E 70 4F 58 0 38 F6 4E 19
Octal 27 16 160 117 130 0 70 366 116 31
Binary 10111 1110 1110000 1001111 1011000 0 111000 11110110 1001110 11001

Color Harmonies of #170E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170E70

Black with #170E70

Text Example


Text Example

White with #170E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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