Html Css Color HEX #13193F Midnight Express

📋 copy color: '#13193F'

red 19 ◦ green 25 ◦ blue 63

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

Shades of Midnight Express #13193F

Tints of Midnight Express #13193F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 58.88%

R = 17.76%
G = 23.36%
B = 58.88%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13193F (or 0x13193F) is known color: Midnight Express. HEX triplet: 13, 19 and 3F. RGB value is (19,25,63). Sum of RGB (Red+Green+Blue) = 19+25+63=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 63 (25% from 255 or 58.88% from 107); Max value from RGB is 63 - color contains mainly: blue. Hex color #13193F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13193F is #ECE6C0. Grayscale: #1B1B1B. Windows color (decimal): -15525569 or 4135187. OLE color: 4135187.

HSL color Cylindrical-coordinate representation of color #13193F: hue angle of 231.82º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13193F is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 25 63 -
CMYK 0.70 0.60 0 0.75
HSL 231.82º 0.54% 0.16% -
HSV(B) 231.82º 0.7% 0.25% -
XYZ 1.51 1.19 4.85 -
YUV 27.54 148.01 121.91 -
System Red Green Blue C M Y K H S L
Decimal 19 25 63 0.70 0.60 0 0.75 231.82 0.54 0.16
Hex 13 19 3F 46 3C 0 4B E8 36 10
Octal 23 31 77 106 74 0 113 350 66 20
Binary 10011 11001 111111 1000110 111100 0 1001011 11101000 110110 10000

Color Harmonies of #13193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13193F

Black with #13193F

Text Example


Text Example

White with #13193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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