Html Css Color HEX #13153E Midnight Express

📋 copy color: '#13153E'

red 19 ◦ green 21 ◦ blue 62

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

Shades of Midnight Express #13153E

Tints of Midnight Express #13153E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 60.78%

R = 18.63%
G = 20.59%
B = 60.78%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13153E (or 0x13153E) is known color: Midnight Express. HEX triplet: 13, 15 and 3E. RGB value is (19,21,62). Sum of RGB (Red+Green+Blue) = 19+21+62=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 62 (24.61% from 255 or 60.78% from 102); Max value from RGB is 62 - color contains mainly: blue. Hex color #13153E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13153E is #ECEAC1. Grayscale: #181818. Windows color (decimal): -15526594 or 4068627. OLE color: 4068627.

HSL color Cylindrical-coordinate representation of color #13153E: hue angle of 237.21º degrees, saturation: 0.53, 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 #13153E is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 21 62 -
CMYK 0.69 0.66 0 0.76
HSL 237.21º 0.53% 0.16% -
HSV(B) 237.21º 0.69% 0.24% -
XYZ 1.41 1.02 4.68 -
YUV 25.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 19 21 62 0.69 0.66 0 0.76 237.21 0.53 0.16
Hex 13 15 3E 45 42 0 4C ED 35 10
Octal 23 25 76 105 102 0 114 355 65 20
Binary 10011 10101 111110 1000101 1000010 0 1001100 11101101 110101 10000

Color Harmonies of #13153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13153E

Black with #13153E

Text Example


Text Example

White with #13153E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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