#190D70

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

Shades of Midnight Blue #190D70

Tints of Midnight Blue #190D70

Color information

#190D70 (or 0x190D70) is unknown color: approx Midnight Blue. HEX triplet: 19, 0D and 70. RGB value is (25,13,112). Sum of RGB (Red+Green+Blue) = 25+13+112=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 112 (44.14% from 255 or 74.67% from 150); Max value from RGB is 112 - color contains mainly: blue. Hex color #190D70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190D70 is #E6F28F. Grayscale: #1B1B1B. Windows color (decimal): -15135376 or 7343385. OLE color: 7343385.

HSL color Cylindrical-coordinate representation of color #190D70: hue angle of 247.27º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #190D70 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2513112-
CMYK0.780.8800.56
HSL247.27º79.2%24.51%-
HSV(B)247.27º88.39%43.92%-
XYZ3.471.6615.47-
YUV27.87175.48125.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.67%
GREEN value IS 13 (5.47% from 255) = 8.67%
BLUE value IS 112 (44.14% from 255) = 74.67%
R=16.67%
G=8.67%
B=74.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25131120.780.8800.56247.2779.224.51
Hex19D704E58038f74f19
Octal311516011613007036711731
Binary110011101111000010011101011000011100011110111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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