#191965

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

Shades of Midnight Blue #191965

Tints of Midnight Blue #191965

Color information

#191965 (or 0x191965) is unknown color: approx Midnight Blue. HEX triplet: 19, 19 and 65. RGB value is (25,25,101). Sum of RGB (Red+Green+Blue) = 25+25+101=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 101 (39.84% from 255 or 66.89% from 151); Max value from RGB is 101 - color contains mainly: blue. Hex color #191965 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191965 is #E6E69A. Grayscale: #212121. Windows color (decimal): -15132315 or 6625561. OLE color: 6625561.

HSL color Cylindrical-coordinate representation of color #191965: hue angle of 240º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #191965 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2525101-
CMYK0.750.7500.60
HSL240º60.32%24.71%-
HSV(B)240º75.25%39.61%-
XYZ3.11.8412.5-
YUV33.66166121.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 101 (39.84% from 255) = 66.89%
R=16.56%
G=16.56%
B=66.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25251010.750.7500.6024060.3224.71
Hex1919654B4B03Cf03c19
Octal31311451131130743607431
Binary110011100111001011001011100101101111001111000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191965; }

 p { color: rgb(25,25,101); }

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

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

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

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

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

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

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