Html Css Color HEX #13185D Midnight Blue

📋 copy color: '#13185D'

red 19 ◦ green 24 ◦ blue 93

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

Shades of Midnight Blue #13185D

Tints of Midnight Blue #13185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.65%

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

R = 13.97%
G = 17.65%
B = 68.38%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13185D (or 0x13185D) is known color: Midnight Blue. HEX triplet: 13, 18 and 5D. RGB value is (19,24,93). Sum of RGB (Red+Green+Blue) = 19+24+93=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #13185D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13185D is #ECE7A2. Grayscale: #1E1E1E. Windows color (decimal): -15525795 or 6101011. OLE color: 6101011.

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

Color convert

RGB 19 24 93 -
CMYK 0.80 0.74 0 0.64
HSL 235.95º 0.66% 0.22% -
HSV(B) 235.95º 0.8% 0.36% -
XYZ 2.57 1.58 10.53 -
YUV 30.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 19 24 93 0.80 0.74 0 0.64 235.95 0.66 0.22
Hex 13 18 5D 50 4A 0 40 EC 42 16
Octal 23 30 135 120 112 0 100 354 102 26
Binary 10011 11000 1011101 1010000 1001010 0 1000000 11101100 1000010 10110

Color Harmonies of #13185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13185D

Black with #13185D

Text Example


Text Example

White with #13185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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