Html Css Color HEX #170060 Midnight Blue

📋 copy color: '#170060'

red 23 ◦ green 0 ◦ blue 96

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

Shades of Midnight Blue #170060

Tints of Midnight Blue #170060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 80.67%

R = 19.33%
G = 0%
B = 80.67%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#170060 (or 0x170060) is known color: Midnight Blue. HEX triplet: 17, 00 and 60. RGB value is (23,0,96). Sum of RGB (Red+Green+Blue) = 23+0+96=119 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.33% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #170060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170060 is #E8FF9F. Grayscale: #111111. Windows color (decimal): -15269792 or 6291479. OLE color: 6291479.

HSL color Cylindrical-coordinate representation of color #170060: hue angle of 254.38º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170060 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 0 96 -
CMYK 0.76 1 0 0.62
HSL 254.38º 1% 0.19% -
HSV(B) 254.38º 1% 0.38% -
XYZ 2.46 1.03 11.13 -
YUV 17.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 23 0 96 0.76 1 0 0.62 254.38 1 0.19
Hex 17 0 60 4C 64 0 3E FE 64 13
Octal 27 0 140 114 144 0 76 376 144 23
Binary 10111 0 1100000 1001100 1100100 0 111110 11111110 1100100 10011

Color Harmonies of #170060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170060

Black with #170060

Text Example


Text Example

White with #170060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170060; }

 p { color: rgb(23,0,96); }

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

background-color css

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

 a { background-color: rgb(23,0,96); }

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

border-color css

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

 span { border-color: rgb(23,0,96); }

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