Html Css Color HEX #19254C Midnight Express

📋 copy color: '#19254C'

red 25 ◦ green 37 ◦ blue 76

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

Shades of Midnight Express #19254C

Tints of Midnight Express #19254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.81%

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

R = 18.12%
G = 26.81%
B = 55.07%

CMYK

 C value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#19254C (or 0x19254C) is known color: Midnight Express. HEX triplet: 19, 25 and 4C. RGB value is (25,37,76). Sum of RGB (Red+Green+Blue) = 25+37+76=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #19254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19254C is #E6DAB3. Grayscale: #252525. Windows color (decimal): -15129268 or 4990233. OLE color: 4990233.

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

Color convert

RGB 25 37 76 -
CMYK 0.67 0.51 0 0.70
HSL 225.88º 0.5% 0.2% -
HSV(B) 225.88º 0.67% 0.3% -
XYZ 2.37 2.05 7.11 -
YUV 37.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 25 37 76 0.67 0.51 0 0.70 225.88 0.5 0.2
Hex 19 25 4C 43 33 0 46 E2 32 14
Octal 31 45 114 103 63 0 106 342 62 24
Binary 11001 100101 1001100 1000011 110011 0 1000110 11100010 110010 10100

Color Harmonies of #19254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19254C

Black with #19254C

Text Example


Text Example

White with #19254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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