#19147A

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

Shades of Midnight Blue #19147A

Tints of Midnight Blue #19147A

Color information

#19147A (or 0x19147A) is unknown color: approx Midnight Blue. HEX triplet: 19, 14 and 7A. RGB value is (25,20,122). Sum of RGB (Red+Green+Blue) = 25+20+122=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 122 (48.05% from 255 or 73.05% from 167); Max value from RGB is 122 - color contains mainly: blue. Hex color #19147A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19147A is #E6EB85. Grayscale: #202020. Windows color (decimal): -15133574 or 8000537. OLE color: 8000537.

HSL color Cylindrical-coordinate representation of color #19147A: hue angle of 242.94º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19147A is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2520122-
CMYK0.800.8400.52
HSL242.94º71.83%27.84%-
HSV(B)242.94º83.61%47.84%-
XYZ4.162.1118.6-
YUV33.12178.16122.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 122 (48.05% from 255) = 73.05%
R=14.97%
G=11.98%
B=73.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25201220.800.8400.52242.9471.8327.84
Hex19147A5054034f3481c
Octal312417212012406436311034
Binary1100110100111101010100001010100011010011110011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19147A; }

 p { color: rgb(25,20,122); }

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

<style>
 a { background-color: #19147A; }

 a { background-color: rgb(25,20,122); }

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

<style>
 span { border-color: #19147A; }

 span { border-color: rgb(25,20,122); }

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