Html Css Color HEX #170066 Midnight Blue

📋 copy color: '#170066'

red 23 ◦ green 0 ◦ blue 102

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

Shades of Midnight Blue #170066

Tints of Midnight Blue #170066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 81.6%

R = 18.4%
G = 0%
B = 81.6%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#170066 (or 0x170066) is known color: Midnight Blue. HEX triplet: 17, 00 and 66. RGB value is (23,0,102). Sum of RGB (Red+Green+Blue) = 23+0+102=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 102 (40.23% from 255 or 81.6% from 125); Max value from RGB is 102 - color contains mainly: blue. Hex color #170066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170066 is #E8FF99. Grayscale: #121212. Windows color (decimal): -15269786 or 6684695. OLE color: 6684695.

HSL color Cylindrical-coordinate representation of color #170066: hue angle of 253.53º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170066 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 23 0 102 -
CMYK 0.77 1 0 0.6
HSL 253.53º 1% 0.2% -
HSV(B) 253.53º 1% 0.4% -
XYZ 2.75 1.14 12.65 -
YUV 18.51 175.12 131.21 -
System Red Green Blue C M Y K H S L
Decimal 23 0 102 0.77 1 0 0.6 253.53 1 0.2
Hex 17 0 66 4D 64 0 3C FE 64 14
Octal 27 0 146 115 144 0 74 376 144 24
Binary 10111 0 1100110 1001101 1100100 0 111100 11111110 1100100 10100

Color Harmonies of #170066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170066

Black with #170066

Text Example


Text Example

White with #170066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170066; }

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

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

background-color css

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

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

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

border-color css

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

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

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