Html Css Color HEX #193048 Midnight

📋 copy color: '#193048'

red 25 ◦ green 48 ◦ blue 72

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

Shades of Midnight #193048

Tints of Midnight #193048

RGB

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

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

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

R = 17.24%
G = 33.1%
B = 49.66%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#193048 (or 0x193048) is known color: Midnight. HEX triplet: 19, 30 and 48. RGB value is (25,48,72). Sum of RGB (Red+Green+Blue) = 25+48+72=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #193048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193048 is #E6CFB7. Grayscale: #2B2B2B. Windows color (decimal): -15126456 or 4730905. OLE color: 4730905.

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

Color convert

RGB 25 48 72 -
CMYK 0.65 0.33 0 0.72
HSL 210.64º 0.48% 0.19% -
HSV(B) 210.64º 0.65% 0.28% -
XYZ 2.63 2.79 6.53 -
YUV 43.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 25 48 72 0.65 0.33 0 0.72 210.64 0.48 0.19
Hex 19 30 48 41 21 0 48 D3 30 13
Octal 31 60 110 101 41 0 110 323 60 23
Binary 11001 110000 1001000 1000001 100001 0 1001000 11010011 110000 10011

Color Harmonies of #193048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #193048

Black with #193048

Text Example


Text Example

White with #193048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #193048; }

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

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

background-color css

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

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

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

border-color css

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

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

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