#191F7A

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

Shades of Midnight Blue #191F7A

Tints of Midnight Blue #191F7A

Color information

#191F7A (or 0x191F7A) is unknown color: approx Midnight Blue. HEX triplet: 19, 1F and 7A. RGB value is (25,31,122). Sum of RGB (Red+Green+Blue) = 25+31+122=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #191F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #191F7A is #E6E085. Grayscale: #272727. Windows color (decimal): -15130758 or 8003353. OLE color: 8003353.

HSL color Cylindrical-coordinate representation of color #191F7A: hue angle of 236.29º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #191F7A is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2531122-
CMYK0.800.7500.52
HSL236.29º65.99%28.82%-
HSV(B)236.29º79.51%47.84%-
XYZ4.42.5918.68-
YUV39.58174.51117.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 31 (12.5% from 255) = 17.42%
BLUE value IS 122 (48.05% from 255) = 68.54%
R=14.04%
G=17.42%
B=68.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal25311220.800.7500.52236.2965.9928.82
Hex191F7A504B034ec421d
Octal313717212011306435410235
Binary1100111111111101010100001001011011010011101100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191F7A; }

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

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

<style>
 a { background-color: #191F7A; }

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

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

<style>
 span { border-color: #191F7A; }

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

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