Html Css Color HEX #13193C Midnight Express

📋 copy color: '#13193C'

red 19 ◦ green 25 ◦ blue 60

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

Shades of Midnight Express #13193C

Tints of Midnight Express #13193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 57.69%

R = 18.27%
G = 24.04%
B = 57.69%

CMYK

 C value IS 0.68

 M value IS 0.58

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13193C (or 0x13193C) is known color: Midnight Express. HEX triplet: 13, 19 and 3C. RGB value is (19,25,60). Sum of RGB (Red+Green+Blue) = 19+25+60=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 60 (23.83% from 255 or 57.69% from 104); Max value from RGB is 60 - color contains mainly: blue. Hex color #13193C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13193C is #ECE6C3. Grayscale: #1B1B1B. Windows color (decimal): -15525572 or 3938579. OLE color: 3938579.

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

Color convert

RGB 19 25 60 -
CMYK 0.68 0.58 0 0.76
HSL 231.22º 0.52% 0.15% -
HSV(B) 231.22º 0.68% 0.24% -
XYZ 1.43 1.16 4.42 -
YUV 27.2 146.51 122.15 -
System Red Green Blue C M Y K H S L
Decimal 19 25 60 0.68 0.58 0 0.76 231.22 0.52 0.15
Hex 13 19 3C 44 3A 0 4C E7 34 F
Octal 23 31 74 104 72 0 114 347 64 17
Binary 10011 11001 111100 1000100 111010 0 1001100 11100111 110100 1111

Color Harmonies of #13193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13193C

Black with #13193C

Text Example


Text Example

White with #13193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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