Html Css Color HEX #13133F Midnight Express

📋 copy color: '#13133F'

red 19 ◦ green 19 ◦ blue 63

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

Shades of Midnight Express #13133F

Tints of Midnight Express #13133F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 62.38%

R = 18.81%
G = 18.81%
B = 62.38%

CMYK

 C value IS 0.70

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13133F (or 0x13133F) is known color: Midnight Express. HEX triplet: 13, 13 and 3F. RGB value is (19,19,63). Sum of RGB (Red+Green+Blue) = 19+19+63=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #13133F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13133F is #ECECC0. Grayscale: #171717. Windows color (decimal): -15527105 or 4133651. OLE color: 4133651.

HSL color Cylindrical-coordinate representation of color #13133F: hue angle of 240º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13133F is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 19 63 -
CMYK 0.70 0.70 0 0.75
HSL 240º 0.54% 0.16% -
HSV(B) 240º 0.7% 0.25% -
XYZ 1.4 0.96 4.81 -
YUV 24.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 19 19 63 0.70 0.70 0 0.75 240 0.54 0.16
Hex 13 13 3F 46 46 0 4B F0 36 10
Octal 23 23 77 106 106 0 113 360 66 20
Binary 10011 10011 111111 1000110 1000110 0 1001011 11110000 110110 10000

Color Harmonies of #13133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13133F

Black with #13133F

Text Example


Text Example

White with #13133F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13133F; }

 p { color: rgb(19,19,63); }

 H1.HeaderClassName
 {
   color: #13133F;
 }
 .AnyTagClassName
 {
   color: #13133F;
 }
</style>

background-color css

<style>
 a { background-color: #13133F; }

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

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

border-color css

<style>
 span { border-color: #13133F; }

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

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