Html Css Color HEX #13155D Midnight Blue

📋 copy color: '#13155D'

red 19 ◦ green 21 ◦ blue 93

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

Shades of Midnight Blue #13155D

Tints of Midnight Blue #13155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.79%

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

R = 14.29%
G = 15.79%
B = 69.92%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#13155D (or 0x13155D) is known color: Midnight Blue. HEX triplet: 13, 15 and 5D. RGB value is (19,21,93). Sum of RGB (Red+Green+Blue) = 19+21+93=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #13155D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13155D is #ECEAA2. Grayscale: #1C1C1C. Windows color (decimal): -15526563 or 6100243. OLE color: 6100243.

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

Color convert

RGB 19 21 93 -
CMYK 0.80 0.77 0 0.64
HSL 238.38º 0.66% 0.22% -
HSV(B) 238.38º 0.8% 0.36% -
XYZ 2.51 1.47 10.51 -
YUV 28.61 164.34 121.15 -
System Red Green Blue C M Y K H S L
Decimal 19 21 93 0.80 0.77 0 0.64 238.38 0.66 0.22
Hex 13 15 5D 50 4D 0 40 EE 42 16
Octal 23 25 135 120 115 0 100 356 102 26
Binary 10011 10101 1011101 1010000 1001101 0 1000000 11101110 1000010 10110

Color Harmonies of #13155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13155D

Black with #13155D

Text Example


Text Example

White with #13155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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