#19127C

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

Shades of Midnight Blue #19127C

Tints of Midnight Blue #19127C

Color information

#19127C (or 0x19127C) is unknown color: approx Midnight Blue. HEX triplet: 19, 12 and 7C. RGB value is (25,18,124). Sum of RGB (Red+Green+Blue) = 25+18+124=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 124 (48.83% from 255 or 74.25% from 167); Max value from RGB is 124 - color contains mainly: blue. Hex color #19127C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19127C is #E6ED83. Grayscale: #1F1F1F. Windows color (decimal): -15134084 or 8131097. OLE color: 8131097.

HSL color Cylindrical-coordinate representation of color #19127C: hue angle of 243.96º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19127C is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2518124-
CMYK0.800.8500.51
HSL243.96º74.65%27.84%-
HSV(B)243.96º85.48%48.63%-
XYZ4.262.0919.25-
YUV32.18179.82122.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 18 (7.42% from 255) = 10.78%
BLUE value IS 124 (48.83% from 255) = 74.25%
R=14.97%
G=10.78%
B=74.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25181240.800.8500.51243.9674.6527.84
Hex19127C5055033f44b1c
Octal312217412012506336411334
Binary1100110010111110010100001010101011001111110100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19127C; }

 p { color: rgb(25,18,124); }

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

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

 a { background-color: rgb(25,18,124); }

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

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

 span { border-color: rgb(25,18,124); }

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