#190C72

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

Shades of Midnight Blue #190C72

Tints of Midnight Blue #190C72

Color information

#190C72 (or 0x190C72) is unknown color: approx Midnight Blue. HEX triplet: 19, 0C and 72. RGB value is (25,12,114). Sum of RGB (Red+Green+Blue) = 25+12+114=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 114 (44.92% from 255 or 75.50% from 151); Max value from RGB is 114 - color contains mainly: blue. Hex color #190C72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190C72 is #E6F38D. Grayscale: #1B1B1B. Windows color (decimal): -15135630 or 7474201. OLE color: 7474201.

HSL color Cylindrical-coordinate representation of color #190C72: hue angle of 247.65º degrees, saturation: 0.81, 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 #190C72 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2512114-
CMYK0.780.8900.55
HSL247.65º80.95%24.71%-
HSV(B)247.65º89.47%44.71%-
XYZ3.571.6816.06-
YUV27.52176.81126.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 114 (44.92% from 255) = 75.50%
R=16.56%
G=7.95%
B=75.50%

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
Decimal25121140.780.8900.55247.6580.9524.71
Hex19C724E59037f85119
Octal311416211613106737012131
Binary110011100111001010011101011001011011111111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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