Html Css Color HEX #13213F Midnight Express

📋 copy color: '#13213F'

red 19 ◦ green 33 ◦ blue 63

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

Shades of Midnight Express #13213F

Tints of Midnight Express #13213F

RGB

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

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

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

R = 16.52%
G = 28.7%
B = 54.78%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#13213F (or 0x13213F) is known color: Midnight Express. HEX triplet: 13, 21 and 3F. RGB value is (19,33,63). Sum of RGB (Red+Green+Blue) = 19+33+63=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 63 (25% from 255 or 54.78% from 115); Max value from RGB is 63 - color contains mainly: blue. Hex color #13213F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13213F is #ECDEC0. Grayscale: #202020. Windows color (decimal): -15523521 or 4137235. OLE color: 4137235.

HSL color Cylindrical-coordinate representation of color #13213F: hue angle of 220.91º 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 #13213F is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 33 63 -
CMYK 0.70 0.48 0 0.75
HSL 220.91º 0.54% 0.16% -
HSV(B) 220.91º 0.7% 0.25% -
XYZ 1.71 1.59 4.92 -
YUV 32.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 19 33 63 0.70 0.48 0 0.75 220.91 0.54 0.16
Hex 13 21 3F 46 30 0 4B DD 36 10
Octal 23 41 77 106 60 0 113 335 66 20
Binary 10011 100001 111111 1000110 110000 0 1001011 11011101 110110 10000

Color Harmonies of #13213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13213F

Black with #13213F

Text Example


Text Example

White with #13213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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