Html Css Color HEX #192648 Midnight Express

📋 copy color: '#192648'

red 25 ◦ green 38 ◦ blue 72

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

Shades of Midnight Express #192648

Tints of Midnight Express #192648

RGB

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

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

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

R = 18.52%
G = 28.15%
B = 53.33%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#192648 (or 0x192648) is known color: Midnight Express. HEX triplet: 19, 26 and 48. RGB value is (25,38,72). Sum of RGB (Red+Green+Blue) = 25+38+72=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #192648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192648 is #E6D9B7. Grayscale: #252525. Windows color (decimal): -15129016 or 4728345. OLE color: 4728345.

HSL color Cylindrical-coordinate representation of color #192648: hue angle of 223.4º 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 #192648 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 38 72 -
CMYK 0.65 0.47 0 0.72
HSL 223.4º 0.48% 0.19% -
HSV(B) 223.4º 0.65% 0.28% -
XYZ 2.26 2.06 6.41 -
YUV 37.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 25 38 72 0.65 0.47 0 0.72 223.4 0.48 0.19
Hex 19 26 48 41 2F 0 48 DF 30 13
Octal 31 46 110 101 57 0 110 337 60 23
Binary 11001 100110 1001000 1000001 101111 0 1001000 11011111 110000 10011

Color Harmonies of #192648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192648

Black with #192648

Text Example


Text Example

White with #192648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192648; }

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

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

background-color css

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

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

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

border-color css

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

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

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