#190272

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

Shades of Midnight Blue #190272

Tints of Midnight Blue #190272

Color information

#190272 (or 0x190272) is unknown color: approx Midnight Blue. HEX triplet: 19, 02 and 72. RGB value is (25,2,114). Sum of RGB (Red+Green+Blue) = 25+2+114=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #190272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190272 is #E6FD8D. Grayscale: #151515. Windows color (decimal): -15138190 or 7471641. OLE color: 7471641.

HSL color Cylindrical-coordinate representation of color #190272: hue angle of 252.32º 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 #190272 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB252114-
CMYK0.780.9800.55
HSL252.32º96.55%22.75%-
HSV(B)252.32º98.25%44.71%-
XYZ3.461.4616.02-
YUV21.64180.12130.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 114 (44.92% from 255) = 80.85%
R=17.73%
G=1.42%
B=80.85%

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
Decimal2521140.780.9800.55252.3296.5522.75
Hex192724E62037fc6117
Octal31216211614206737414127
Binary1100110111001010011101100010011011111111100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190272; }

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

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

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

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

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

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

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

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