Html Css Color HEX #13153B Midnight Express

📋 copy color: '#13153B'

red 19 ◦ green 21 ◦ blue 59

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

Shades of Midnight Express #13153B

Tints of Midnight Express #13153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.21%

 BLUE value IS 59 (23.44% from 255) = 59.6%

R = 19.19%
G = 21.21%
B = 59.6%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#13153B (or 0x13153B) is known color: Midnight Express. HEX triplet: 13, 15 and 3B. RGB value is (19,21,59). Sum of RGB (Red+Green+Blue) = 19+21+59=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #13153B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13153B is #ECEAC4. Grayscale: #181818. Windows color (decimal): -15526597 or 3872019. OLE color: 3872019.

HSL color Cylindrical-coordinate representation of color #13153B: hue angle of 237º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13153B is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 21 59 -
CMYK 0.68 0.64 0 0.77
HSL 237º 0.51% 0.15% -
HSV(B) 237º 0.68% 0.23% -
XYZ 1.33 0.99 4.26 -
YUV 24.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 19 21 59 0.68 0.64 0 0.77 237 0.51 0.15
Hex 13 15 3B 44 40 0 4D ED 33 F
Octal 23 25 73 104 100 0 115 355 63 17
Binary 10011 10101 111011 1000100 1000000 0 1001101 11101101 110011 1111

Color Harmonies of #13153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13153B

Black with #13153B

Text Example


Text Example

White with #13153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13153B; }

 p { color: rgb(19,21,59); }

 H1.HeaderClassName
 {
   color: #13153B;
 }
 .AnyTagClassName
 {
   color: #13153B;
 }
</style>

background-color css

<style>
 a { background-color: #13153B; }

 a { background-color: rgb(19,21,59); }

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

border-color css

<style>
 span { border-color: #13153B; }

 span { border-color: rgb(19,21,59); }

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