Html Css Color HEX #13213D Midnight Express

📋 copy color: '#13213D'

red 19 ◦ green 33 ◦ blue 61

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

Shades of Midnight Express #13213D

Tints of Midnight Express #13213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 53.98%

R = 16.81%
G = 29.2%
B = 53.98%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13213D (or 0x13213D) is known color: Midnight Express. HEX triplet: 13, 21 and 3D. RGB value is (19,33,61). Sum of RGB (Red+Green+Blue) = 19+33+61=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #13213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13213D is #ECDEC2. Grayscale: #1F1F1F. Windows color (decimal): -15523523 or 4006163. OLE color: 4006163.

HSL color Cylindrical-coordinate representation of color #13213D: hue angle of 220º degrees, saturation: 0.52, 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 #13213D is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 33 61 -
CMYK 0.69 0.46 0 0.76
HSL 220º 0.53% 0.16% -
HSV(B) 220º 0.69% 0.24% -
XYZ 1.65 1.56 4.63 -
YUV 32.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 19 33 61 0.69 0.46 0 0.76 220 0.53 0.16
Hex 13 21 3D 45 2E 0 4C DC 34 10
Octal 23 41 75 105 56 0 114 334 64 20
Binary 10011 100001 111101 1000101 101110 0 1001100 11011100 110100 10000

Color Harmonies of #13213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13213D

Black with #13213D

Text Example


Text Example

White with #13213D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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