Html Css Color HEX #13113D Midnight Express

📋 copy color: '#13113D'

red 19 ◦ green 17 ◦ blue 61

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

Shades of Midnight Express #13113D

Tints of Midnight Express #13113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.53%

 BLUE value IS 61 (24.22% from 255) = 62.89%

R = 19.59%
G = 17.53%
B = 62.89%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13113D (or 0x13113D) is known color: Midnight Express. HEX triplet: 13, 11 and 3D. RGB value is (19,17,61). Sum of RGB (Red+Green+Blue) = 19+17+61=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #13113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13113D is #ECEEC2. Grayscale: #161616. Windows color (decimal): -15527619 or 4002067. OLE color: 4002067.

HSL color Cylindrical-coordinate representation of color #13113D: hue angle of 242.73º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13113D is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 17 61 -
CMYK 0.69 0.72 0 0.76
HSL 242.73º 0.56% 0.15% -
HSV(B) 242.73º 0.72% 0.24% -
XYZ 1.31 0.88 4.51 -
YUV 22.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 19 17 61 0.69 0.72 0 0.76 242.73 0.56 0.15
Hex 13 11 3D 45 48 0 4C F3 38 F
Octal 23 21 75 105 110 0 114 363 70 17
Binary 10011 10001 111101 1000101 1001000 0 1001100 11110011 111000 1111

Color Harmonies of #13113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13113D

Black with #13113D

Text Example


Text Example

White with #13113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,17,61); }

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

background-color css

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

 a { background-color: rgb(19,17,61); }

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

border-color css

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

 span { border-color: rgb(19,17,61); }

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