#190D72

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

Shades of Midnight Blue #190D72

Tints of Midnight Blue #190D72

Color information

#190D72 (or 0x190D72) is unknown color: approx Midnight Blue. HEX triplet: 19, 0D and 72. RGB value is (25,13,114). Sum of RGB (Red+Green+Blue) = 25+13+114=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #190D72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190D72 is #E6F28D. Grayscale: #1B1B1B. Windows color (decimal): -15135374 or 7474457. OLE color: 7474457.

HSL color Cylindrical-coordinate representation of color #190D72: hue angle of 247.13º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #190D72 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2513114-
CMYK0.780.8900.55
HSL247.13º79.53%24.9%-
HSV(B)247.13º88.6%44.71%-
XYZ3.581.7116.06-
YUV28.1176.48125.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.45%
GREEN value IS 13 (5.47% from 255) = 8.55%
BLUE value IS 114 (44.92% from 255) = 75%
R=16.45%
G=8.55%
B=75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25131140.780.8900.55247.1379.5324.9
Hex19D724E59037f75019
Octal311516211613106736712031
Binary110011101111001010011101011001011011111110111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190D72; }

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

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

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

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

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

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

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

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