Html Css Color HEX #192548 Midnight Express

📋 copy color: '#192548'

red 25 ◦ green 37 ◦ blue 72

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

Shades of Midnight Express #192548

Tints of Midnight Express #192548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 53.73%

R = 18.66%
G = 27.61%
B = 53.73%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#192548 (or 0x192548) is known color: Midnight Express. HEX triplet: 19, 25 and 48. RGB value is (25,37,72). Sum of RGB (Red+Green+Blue) = 25+37+72=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #192548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192548 is #E6DAB7. Grayscale: #252525. Windows color (decimal): -15129272 or 4728089. OLE color: 4728089.

HSL color Cylindrical-coordinate representation of color #192548: hue angle of 224.68º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #192548 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 37 72 -
CMYK 0.65 0.49 0 0.72
HSL 224.68º 0.48% 0.19% -
HSV(B) 224.68º 0.65% 0.28% -
XYZ 2.23 2 6.4 -
YUV 37.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 25 37 72 0.65 0.49 0 0.72 224.68 0.48 0.19
Hex 19 25 48 41 31 0 48 E1 30 13
Octal 31 45 110 101 61 0 110 341 60 23
Binary 11001 100101 1001000 1000001 110001 0 1001000 11100001 110000 10011

Color Harmonies of #192548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192548

Black with #192548

Text Example


Text Example

White with #192548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192548; }

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

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

background-color css

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

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

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

border-color css

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

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

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