#192273

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

Shades of Midnight Blue #192273

Tints of Midnight Blue #192273

Color information

#192273 (or 0x192273) is unknown color: approx Midnight Blue. HEX triplet: 19, 22 and 73. RGB value is (25,34,115). Sum of RGB (Red+Green+Blue) = 25+34+115=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #192273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192273 is #E6DD8C. Grayscale: #282828. Windows color (decimal): -15129997 or 7545369. OLE color: 7545369.

HSL color Cylindrical-coordinate representation of color #192273: hue angle of 234º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #192273 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2534115-
CMYK0.780.7000.55
HSL234º64.29%27.45%-
HSV(B)234º78.26%45.1%-
XYZ4.072.5916.5-
YUV40.54170.02116.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.37%
GREEN value IS 34 (13.67% from 255) = 19.54%
BLUE value IS 115 (45.31% from 255) = 66.09%
R=14.37%
G=19.54%
B=66.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25341150.780.7000.5523464.2927.45
Hex1922734E46037ea401b
Octal314216311610606735210033
Binary11001100010111001110011101000110011011111101010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192273; }

 p { color: rgb(25,34,115); }

 H1.HeaderClassName
 {
   color: #192273;
 }
 .AnyTagClassName
 {
   color: #192273;
 }
</style>
background-color css

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

 a { background-color: rgb(25,34,115); }

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

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

 span { border-color: rgb(25,34,115); }

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