Html Css Color HEX #13213E Midnight Express

📋 copy color: '#13213E'

red 19 ◦ green 33 ◦ blue 62

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

Shades of Midnight Express #13213E

Tints of Midnight Express #13213E

RGB

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

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

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

R = 16.67%
G = 28.95%
B = 54.39%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#13213E (or 0x13213E) is known color: Midnight Express. HEX triplet: 13, 21 and 3E. RGB value is (19,33,62). Sum of RGB (Red+Green+Blue) = 19+33+62=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 62 (24.61% from 255 or 54.39% from 114); Max value from RGB is 62 - color contains mainly: blue. Hex color #13213E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13213E is #ECDEC1. Grayscale: #1F1F1F. Windows color (decimal): -15523522 or 4071699. OLE color: 4071699.

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

Color convert

RGB 19 33 62 -
CMYK 0.69 0.47 0 0.76
HSL 220.47º 0.53% 0.16% -
HSV(B) 220.47º 0.69% 0.24% -
XYZ 1.68 1.57 4.77 -
YUV 32.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 19 33 62 0.69 0.47 0 0.76 220.47 0.53 0.16
Hex 13 21 3E 45 2F 0 4C DC 35 10
Octal 23 41 76 105 57 0 114 334 65 20
Binary 10011 100001 111110 1000101 101111 0 1001100 11011100 110101 10000

Color Harmonies of #13213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13213E

Black with #13213E

Text Example


Text Example

White with #13213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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