Html Css Color HEX #13175D Midnight Blue

📋 copy color: '#13175D'

red 19 ◦ green 23 ◦ blue 93

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

Shades of Midnight Blue #13175D

Tints of Midnight Blue #13175D

RGB

 RED value IS 19 (7.81% from 255) = 14.07%

 GREEN value IS 23 (9.38% from 255) = 17.04%

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

R = 14.07%
G = 17.04%
B = 68.89%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13175D (or 0x13175D) is known color: Midnight Blue. HEX triplet: 13, 17 and 5D. RGB value is (19,23,93). Sum of RGB (Red+Green+Blue) = 19+23+93=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #13175D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13175D is #ECE8A2. Grayscale: #1D1D1D. Windows color (decimal): -15526051 or 6100755. OLE color: 6100755.

HSL color Cylindrical-coordinate representation of color #13175D: hue angle of 236.76º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13175D is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 23 93 -
CMYK 0.80 0.75 0 0.64
HSL 236.76º 0.66% 0.22% -
HSV(B) 236.76º 0.8% 0.36% -
XYZ 2.55 1.54 10.52 -
YUV 29.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 19 23 93 0.80 0.75 0 0.64 236.76 0.66 0.22
Hex 13 17 5D 50 4B 0 40 ED 42 16
Octal 23 27 135 120 113 0 100 355 102 26
Binary 10011 10111 1011101 1010000 1001011 0 1000000 11101101 1000010 10110

Color Harmonies of #13175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13175D

Black with #13175D

Text Example


Text Example

White with #13175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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