Html Css Color HEX #17085D Midnight Blue

📋 copy color: '#17085D'

red 23 ◦ green 8 ◦ blue 93

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

Shades of Midnight Blue #17085D

Tints of Midnight Blue #17085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 75%

R = 18.55%
G = 6.45%
B = 75%

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

#17085D (or 0x17085D) is known color: Midnight Blue. HEX triplet: 17, 08 and 5D. RGB value is (23,8,93). Sum of RGB (Red+Green+Blue) = 23+8+93=124 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.55% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #17085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17085D is #E8F7A2. Grayscale: #151515. Windows color (decimal): -15267747 or 6096919. OLE color: 6096919.

HSL color Cylindrical-coordinate representation of color #17085D: hue angle of 250.59º 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 #17085D is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 8 93 -
CMYK 0.75 0.91 0 0.64
HSL 250.59º 0.84% 0.2% -
HSV(B) 250.59º 0.91% 0.36% -
XYZ 2.42 1.15 10.45 -
YUV 22.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 23 8 93 0.75 0.91 0 0.64 250.59 0.84 0.2
Hex 17 8 5D 4B 5B 0 40 FB 54 14
Octal 27 10 135 113 133 0 100 373 124 24
Binary 10111 1000 1011101 1001011 1011011 0 1000000 11111011 1010100 10100

Color Harmonies of #17085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17085D

Black with #17085D

Text Example


Text Example

White with #17085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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