#190273

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

Shades of Midnight Blue #190273

Tints of Midnight Blue #190273

Color information

#190273 (or 0x190273) is unknown color: approx Midnight Blue. HEX triplet: 19, 02 and 73. RGB value is (25,2,115). Sum of RGB (Red+Green+Blue) = 25+2+115=142 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.61% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 115 (45.31% from 255 or 80.99% from 142); Max value from RGB is 115 - color contains mainly: blue. Hex color #190273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190273 is #E6FD8C. Grayscale: #151515. Windows color (decimal): -15138189 or 7537177. OLE color: 7537177.

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

Color convert

RGB252115-
CMYK0.780.9800.55
HSL252.21º96.58%22.94%-
HSV(B)252.21º98.26%45.1%-
XYZ3.521.4916.32-
YUV21.76180.62130.31-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.61%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 115 (45.31% from 255) = 80.99%
R=17.61%
G=1.41%
B=80.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2521150.780.9800.55252.2196.5822.94
Hex192734E62037fc6117
Octal31216311614206737414127
Binary1100110111001110011101100010011011111111100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190273; }

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

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

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

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

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

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

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

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