Html Css Color HEX #13185B Midnight Blue

📋 copy color: '#13185B'

red 19 ◦ green 24 ◦ blue 91

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

Shades of Midnight Blue #13185B

Tints of Midnight Blue #13185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 67.91%

R = 14.18%
G = 17.91%
B = 67.91%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13185B (or 0x13185B) is known color: Midnight Blue. HEX triplet: 13, 18 and 5B. RGB value is (19,24,91). Sum of RGB (Red+Green+Blue) = 19+24+91=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #13185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13185B is #ECE7A4. Grayscale: #1D1D1D. Windows color (decimal): -15525797 or 5969939. OLE color: 5969939.

HSL color Cylindrical-coordinate representation of color #13185B: hue angle of 235.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13185B is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 19 24 91 -
CMYK 0.79 0.74 0 0.64
HSL 235.83º 0.65% 0.22% -
HSV(B) 235.83º 0.79% 0.36% -
XYZ 2.48 1.55 10.07 -
YUV 30.14 162.34 120.05 -
System Red Green Blue C M Y K H S L
Decimal 19 24 91 0.79 0.74 0 0.64 235.83 0.65 0.22
Hex 13 18 5B 4F 4A 0 40 EC 41 16
Octal 23 30 133 117 112 0 100 354 101 26
Binary 10011 11000 1011011 1001111 1001010 0 1000000 11101100 1000001 10110

Color Harmonies of #13185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13185B

Black with #13185B

Text Example


Text Example

White with #13185B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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