Html Css Color HEX #19214C Midnight Express

📋 copy color: '#19214C'

red 25 ◦ green 33 ◦ blue 76

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

Shades of Midnight Express #19214C

Tints of Midnight Express #19214C

RGB

 RED value IS 25 (10.16% from 255) = 18.66%

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

 BLUE value IS 76 (30.08% from 255) = 56.72%

R = 18.66%
G = 24.63%
B = 56.72%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#19214C (or 0x19214C) is known color: Midnight Express. HEX triplet: 19, 21 and 4C. RGB value is (25,33,76). Sum of RGB (Red+Green+Blue) = 25+33+76=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 76 (30.08% from 255 or 56.72% from 134); Max value from RGB is 76 - color contains mainly: blue. Hex color #19214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19214C is #E6DEB3. Grayscale: #232323. Windows color (decimal): -15130292 or 4989209. OLE color: 4989209.

HSL color Cylindrical-coordinate representation of color #19214C: hue angle of 230.59º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19214C is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 33 76 -
CMYK 0.67 0.57 0 0.70
HSL 230.59º 0.5% 0.2% -
HSV(B) 230.59º 0.67% 0.3% -
XYZ 2.25 1.82 7.07 -
YUV 35.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 25 33 76 0.67 0.57 0 0.70 230.59 0.5 0.2
Hex 19 21 4C 43 39 0 46 E7 32 14
Octal 31 41 114 103 71 0 106 347 62 24
Binary 11001 100001 1001100 1000011 111001 0 1000110 11100111 110010 10100

Color Harmonies of #19214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19214C

Black with #19214C

Text Example


Text Example

White with #19214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19214C; }

 p { color: rgb(25,33,76); }

 H1.HeaderClassName
 {
   color: #19214C;
 }
 .AnyTagClassName
 {
   color: #19214C;
 }
</style>

background-color css

<style>
 a { background-color: #19214C; }

 a { background-color: rgb(25,33,76); }

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

border-color css

<style>
 span { border-color: #19214C; }

 span { border-color: rgb(25,33,76); }

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