Html Css Color HEX #17006F Midnight Blue

📋 copy color: '#17006F'

red 23 ◦ green 0 ◦ blue 111

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

Shades of Midnight Blue #17006F

Tints of Midnight Blue #17006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 82.84%

R = 17.16%
G = 0%
B = 82.84%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#17006F (or 0x17006F) is known color: Midnight Blue. HEX triplet: 17, 00 and 6F. RGB value is (23,0,111). Sum of RGB (Red+Green+Blue) = 23+0+111=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 111 (43.75% from 255 or 82.84% from 134); Max value from RGB is 111 - color contains mainly: blue. Hex color #17006F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17006F is #E8FF90. Grayscale: #131313. Windows color (decimal): -15269777 or 7274519. OLE color: 7274519.

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

Color convert

RGB 23 0 111 -
CMYK 0.79 1 0 0.56
HSL 252.43º 1% 0.22% -
HSV(B) 252.43º 1% 0.44% -
XYZ 3.22 1.33 15.13 -
YUV 19.53 179.62 130.47 -
System Red Green Blue C M Y K H S L
Decimal 23 0 111 0.79 1 0 0.56 252.43 1 0.22
Hex 17 0 6F 4F 64 0 38 FC 64 16
Octal 27 0 157 117 144 0 70 374 144 26
Binary 10111 0 1101111 1001111 1100100 0 111000 11111100 1100100 10110

Color Harmonies of #17006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17006F

Black with #17006F

Text Example


Text Example

White with #17006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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