#193048

Color #193048 Midnight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight #193048

Tints of Midnight #193048

Color information

#193048 (or 0x193048) is unknown color: approx 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

RGB254872-
CMYK0.650.3300.72
HSL210.64º48.45%19.02%-
HSV(B)210.64º65.28%28.24%-
XYZ2.632.796.53-
YUV43.86143.88114.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.24%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=17.24%
G=33.10%
B=49.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2548720.650.3300.72210.6448.4519.02
Hex1930484121048d33013
Octal31601101014101103236023
Binary1100111000010010001000001100001010010001101001111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>