Html Css Color HEX #17006A Midnight Blue

📋 copy color: '#17006A'

red 23 ◦ green 0 ◦ blue 106

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

Shades of Midnight Blue #17006A

Tints of Midnight Blue #17006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 82.17%

R = 17.83%
G = 0%
B = 82.17%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#17006A (or 0x17006A) is known color: Midnight Blue. HEX triplet: 17, 00 and 6A. RGB value is (23,0,106). Sum of RGB (Red+Green+Blue) = 23+0+106=129 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.83% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 106 (41.80% from 255 or 82.17% from 129); Max value from RGB is 106 - color contains mainly: blue. Hex color #17006A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17006A is #E8FF95. Grayscale: #121212. Windows color (decimal): -15269782 or 6946839. OLE color: 6946839.

HSL color Cylindrical-coordinate representation of color #17006A: hue angle of 253.02º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #17006A is Cyan = 0.78, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 23 0 106 -
CMYK 0.78 1 0 0.58
HSL 253.02º 1% 0.21% -
HSV(B) 253.02º 1% 0.42% -
XYZ 2.95 1.22 13.72 -
YUV 18.96 177.12 130.88 -
System Red Green Blue C M Y K H S L
Decimal 23 0 106 0.78 1 0 0.58 253.02 1 0.21
Hex 17 0 6A 4E 64 0 3A FD 64 15
Octal 27 0 152 116 144 0 72 375 144 25
Binary 10111 0 1101010 1001110 1100100 0 111010 11111101 1100100 10101

Color Harmonies of #17006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17006A

Black with #17006A

Text Example


Text Example

White with #17006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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