Html Css Color HEX #17085C Midnight Blue

📋 copy color: '#17085C'

red 23 ◦ green 8 ◦ blue 92

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

Shades of Midnight Blue #17085C

Tints of Midnight Blue #17085C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.5%

 BLUE value IS 92 (36.33% from 255) = 74.8%

R = 18.7%
G = 6.5%
B = 74.8%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17085C (or 0x17085C) is known color: Midnight Blue. HEX triplet: 17, 08 and 5C. RGB value is (23,8,92). Sum of RGB (Red+Green+Blue) = 23+8+92=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 92 (36.33% from 255 or 74.80% from 123); Max value from RGB is 92 - color contains mainly: blue. Hex color #17085C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17085C is #E8F7A3. Grayscale: #151515. Windows color (decimal): -15267748 or 6031383. OLE color: 6031383.

HSL color Cylindrical-coordinate representation of color #17085C: hue angle of 250.71º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17085C is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 8 92 -
CMYK 0.75 0.91 0 0.64
HSL 250.71º 0.84% 0.2% -
HSV(B) 250.71º 0.91% 0.36% -
XYZ 2.37 1.13 10.22 -
YUV 22.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 23 8 92 0.75 0.91 0 0.64 250.71 0.84 0.2
Hex 17 8 5C 4B 5B 0 40 FB 54 14
Octal 27 10 134 113 133 0 100 373 124 24
Binary 10111 1000 1011100 1001011 1011011 0 1000000 11111011 1010100 10100

Color Harmonies of #17085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17085C

Black with #17085C

Text Example


Text Example

White with #17085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17085C; }

 p { color: rgb(23,8,92); }

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

background-color css

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

 a { background-color: rgb(23,8,92); }

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

border-color css

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

 span { border-color: rgb(23,8,92); }

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