Html Css Color HEX #172385 Midnight Blue

📋 copy color: '#172385'

red 23 ◦ green 35 ◦ blue 133

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

Shades of Midnight Blue #172385

Tints of Midnight Blue #172385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.32%

 BLUE value IS 133 (52.34% from 255) = 69.63%

R = 12.04%
G = 18.32%
B = 69.63%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#172385 (or 0x172385) is known color: Midnight Blue. HEX triplet: 17, 23 and 85. RGB value is (23,35,133). Sum of RGB (Red+Green+Blue) = 23+35+133=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #172385 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172385 is #E8DC7A. Grayscale: #2A2A2A. Windows color (decimal): -15260795 or 8725271. OLE color: 8725271.

HSL color Cylindrical-coordinate representation of color #172385: hue angle of 233.45º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #172385 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 23 35 133 -
CMYK 0.83 0.74 0 0.48
HSL 233.45º 0.71% 0.31% -
HSV(B) 233.45º 0.83% 0.52% -
XYZ 5.19 3.08 22.51 -
YUV 42.58 179.02 114.03 -
System Red Green Blue C M Y K H S L
Decimal 23 35 133 0.83 0.74 0 0.48 233.45 0.71 0.31
Hex 17 23 85 53 4A 0 30 E9 47 1F
Octal 27 43 205 123 112 0 60 351 107 37
Binary 10111 100011 10000101 1010011 1001010 0 110000 11101001 1000111 11111

Color Harmonies of #172385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172385

Black with #172385

Text Example


Text Example

White with #172385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172385; }

 p { color: rgb(23,35,133); }

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

background-color css

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

 a { background-color: rgb(23,35,133); }

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

border-color css

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

 span { border-color: rgb(23,35,133); }

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