Html Css Color HEX #13213A Midnight Express

📋 copy color: '#13213A'

red 19 ◦ green 33 ◦ blue 58

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

Shades of Midnight Express #13213A

Tints of Midnight Express #13213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30%

 BLUE value IS 58 (23.05% from 255) = 52.73%

R = 17.27%
G = 30%
B = 52.73%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#13213A (or 0x13213A) is known color: Midnight Express. HEX triplet: 13, 21 and 3A. RGB value is (19,33,58). Sum of RGB (Red+Green+Blue) = 19+33+58=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #13213A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13213A is #ECDEC5. Grayscale: #1F1F1F. Windows color (decimal): -15523526 or 3809555. OLE color: 3809555.

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

Color convert

RGB 19 33 58 -
CMYK 0.67 0.43 0 0.77
HSL 218.46º 0.51% 0.15% -
HSV(B) 218.46º 0.67% 0.23% -
XYZ 1.58 1.53 4.22 -
YUV 31.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 19 33 58 0.67 0.43 0 0.77 218.46 0.51 0.15
Hex 13 21 3A 43 2B 0 4D DA 33 F
Octal 23 41 72 103 53 0 115 332 63 17
Binary 10011 100001 111010 1000011 101011 0 1001101 11011010 110011 1111

Color Harmonies of #13213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13213A

Black with #13213A

Text Example


Text Example

White with #13213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13213A; }

 p { color: rgb(19,33,58); }

 H1.HeaderClassName
 {
   color: #13213A;
 }
 .AnyTagClassName
 {
   color: #13213A;
 }
</style>

background-color css

<style>
 a { background-color: #13213A; }

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

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

border-color css

<style>
 span { border-color: #13213A; }

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

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