Html Css Color HEX #13193D Midnight Express

📋 copy color: '#13193D'

red 19 ◦ green 25 ◦ blue 61

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

Shades of Midnight Express #13193D

Tints of Midnight Express #13193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.81%

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

R = 18.1%
G = 23.81%
B = 58.1%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13193D (or 0x13193D) is known color: Midnight Express. HEX triplet: 13, 19 and 3D. RGB value is (19,25,61). Sum of RGB (Red+Green+Blue) = 19+25+61=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #13193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13193D is #ECE6C2. Grayscale: #1B1B1B. Windows color (decimal): -15525571 or 4004115. OLE color: 4004115.

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

Color convert

RGB 19 25 61 -
CMYK 0.69 0.59 0 0.76
HSL 231.43º 0.53% 0.16% -
HSV(B) 231.43º 0.69% 0.24% -
XYZ 1.46 1.17 4.56 -
YUV 27.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 19 25 61 0.69 0.59 0 0.76 231.43 0.53 0.16
Hex 13 19 3D 45 3B 0 4C E7 34 10
Octal 23 31 75 105 73 0 114 347 64 20
Binary 10011 11001 111101 1000101 111011 0 1001100 11100111 110100 10000

Color Harmonies of #13193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13193D

Black with #13193D

Text Example


Text Example

White with #13193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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