Html Css Color HEX #13113E Midnight Express

📋 copy color: '#13113E'

red 19 ◦ green 17 ◦ blue 62

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

Shades of Midnight Express #13113E

Tints of Midnight Express #13113E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.35%

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

R = 19.39%
G = 17.35%
B = 63.27%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13113E (or 0x13113E) is known color: Midnight Express. HEX triplet: 13, 11 and 3E. RGB value is (19,17,62). Sum of RGB (Red+Green+Blue) = 19+17+62=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 62 (24.61% from 255 or 63.27% from 98); Max value from RGB is 62 - color contains mainly: blue. Hex color #13113E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13113E is #ECEEC1. Grayscale: #161616. Windows color (decimal): -15527618 or 4067603. OLE color: 4067603.

HSL color Cylindrical-coordinate representation of color #13113E: hue angle of 242.67º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13113E is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 17 62 -
CMYK 0.69 0.73 0 0.76
HSL 242.67º 0.57% 0.15% -
HSV(B) 242.67º 0.73% 0.24% -
XYZ 1.34 0.89 4.66 -
YUV 22.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 19 17 62 0.69 0.73 0 0.76 242.67 0.57 0.15
Hex 13 11 3E 45 49 0 4C F3 39 F
Octal 23 21 76 105 111 0 114 363 71 17
Binary 10011 10001 111110 1000101 1001001 0 1001100 11110011 111001 1111

Color Harmonies of #13113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13113E

Black with #13113E

Text Example


Text Example

White with #13113E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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