Html Css Color HEX #19264C Midnight Express

📋 copy color: '#19264C'

red 25 ◦ green 38 ◦ blue 76

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

Shades of Midnight Express #19264C

Tints of Midnight Express #19264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.34%

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

R = 17.99%
G = 27.34%
B = 54.68%

CMYK

 C value IS 0.67

 M value IS 0.5

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#19264C (or 0x19264C) is known color: Midnight Express. HEX triplet: 19, 26 and 4C. RGB value is (25,38,76). Sum of RGB (Red+Green+Blue) = 25+38+76=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #19264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19264C is #E6D9B3. Grayscale: #262626. Windows color (decimal): -15129012 or 4990489. OLE color: 4990489.

HSL color Cylindrical-coordinate representation of color #19264C: hue angle of 224.71º 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 #19264C is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 38 76 -
CMYK 0.67 0.5 0 0.70
HSL 224.71º 0.5% 0.2% -
HSV(B) 224.71º 0.67% 0.3% -
XYZ 2.4 2.11 7.12 -
YUV 38.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 25 38 76 0.67 0.5 0 0.70 224.71 0.5 0.2
Hex 19 26 4C 43 32 0 46 E1 32 14
Octal 31 46 114 103 62 0 106 341 62 24
Binary 11001 100110 1001100 1000011 110010 0 1000110 11100001 110010 10100

Color Harmonies of #19264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19264C

Black with #19264C

Text Example


Text Example

White with #19264C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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