Html Css Color HEX #13163C Midnight Express

📋 copy color: '#13163C'

red 19 ◦ green 22 ◦ blue 60

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

Shades of Midnight Express #13163C

Tints of Midnight Express #13163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 21.78%

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

R = 18.81%
G = 21.78%
B = 59.41%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13163C (or 0x13163C) is known color: Midnight Express. HEX triplet: 13, 16 and 3C. RGB value is (19,22,60). Sum of RGB (Red+Green+Blue) = 19+22+60=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 60 (23.83% from 255 or 59.41% from 101); Max value from RGB is 60 - color contains mainly: blue. Hex color #13163C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13163C is #ECE9C3. Grayscale: #191919. Windows color (decimal): -15526340 or 3937811. OLE color: 3937811.

HSL color Cylindrical-coordinate representation of color #13163C: hue angle of 235.61º 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 #13163C is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 22 60 -
CMYK 0.68 0.63 0 0.76
HSL 235.61º 0.52% 0.15% -
HSV(B) 235.61º 0.68% 0.24% -
XYZ 1.37 1.04 4.4 -
YUV 25.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 19 22 60 0.68 0.63 0 0.76 235.61 0.52 0.15
Hex 13 16 3C 44 3F 0 4C EC 34 F
Octal 23 26 74 104 77 0 114 354 64 17
Binary 10011 10110 111100 1000100 111111 0 1001100 11101100 110100 1111

Color Harmonies of #13163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13163C

Black with #13163C

Text Example


Text Example

White with #13163C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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