#190C74

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

Shades of Midnight Blue #190C74

Tints of Midnight Blue #190C74

Color information

#190C74 (or 0x190C74) is unknown color: approx Midnight Blue. HEX triplet: 19, 0C and 74. RGB value is (25,12,116). Sum of RGB (Red+Green+Blue) = 25+12+116=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #190C74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190C74 is #E6F38B. Grayscale: #1B1B1B. Windows color (decimal): -15135628 or 7605273. OLE color: 7605273.

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

Color convert

RGB2512116-
CMYK0.780.9000.55
HSL247.5º81.25%25.1%-
HSV(B)247.5º89.66%45.49%-
XYZ3.681.7316.66-
YUV27.74177.81126.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 12 (5.08% from 255) = 7.84%
BLUE value IS 116 (45.70% from 255) = 75.82%
R=16.34%
G=7.84%
B=75.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal25121160.780.9000.55247.581.2525.1
Hex19C744E5A037f85119
Octal311416411613206737012131
Binary110011100111010010011101011010011011111111000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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