Html Css Color HEX #193049 Midnight

📋 copy color: '#193049'

red 25 ◦ green 48 ◦ blue 73

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

Shades of Midnight #193049

Tints of Midnight #193049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.88%

 BLUE value IS 73 (28.91% from 255) = 50%

R = 17.12%
G = 32.88%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#193049 (or 0x193049) is known color: Midnight. HEX triplet: 19, 30 and 49. RGB value is (25,48,73). Sum of RGB (Red+Green+Blue) = 25+48+73=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #193049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193049 is #E6CFB6. Grayscale: #2B2B2B. Windows color (decimal): -15126455 or 4796441. OLE color: 4796441.

HSL color Cylindrical-coordinate representation of color #193049: hue angle of 211.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #193049 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 48 73 -
CMYK 0.66 0.34 0 0.71
HSL 211.25º 0.49% 0.19% -
HSV(B) 211.25º 0.66% 0.29% -
XYZ 2.66 2.8 6.7 -
YUV 43.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 25 48 73 0.66 0.34 0 0.71 211.25 0.49 0.19
Hex 19 30 49 42 22 0 47 D3 31 13
Octal 31 60 111 102 42 0 107 323 61 23
Binary 11001 110000 1001001 1000010 100010 0 1000111 11010011 110001 10011

Color Harmonies of #193049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193049

Black with #193049

Text Example


Text Example

White with #193049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193049; }

 p { color: rgb(25,48,73); }

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

background-color css

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

 a { background-color: rgb(25,48,73); }

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

border-color css

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

 span { border-color: rgb(25,48,73); }

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