#192584

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

Shades of Midnight Blue #192584

Tints of Midnight Blue #192584

Color information

#192584 (or 0x192584) is unknown color: approx Midnight Blue. HEX triplet: 19, 25 and 84. RGB value is (25,37,132). Sum of RGB (Red+Green+Blue) = 25+37+132=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 132 (51.95% from 255 or 68.04% from 194); Max value from RGB is 132 - color contains mainly: blue. Hex color #192584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192584 is #E6DA7B. Grayscale: #2B2B2B. Windows color (decimal): -15129212 or 8660249. OLE color: 8660249.

HSL color Cylindrical-coordinate representation of color #192584: hue angle of 233.27º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #192584 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2537132-
CMYK0.810.7200.48
HSL233.27º68.15%30.78%-
HSV(B)233.27º81.06%51.76%-
XYZ5.233.222.17-
YUV44.24177.52114.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.89%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 132 (51.95% from 255) = 68.04%
R=12.89%
G=19.07%
B=68.04%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25371320.810.7200.48233.2768.1530.78
Hex1925845148030e9441f
Octal314520412111006035110437
Binary110011001011000010010100011001000011000011101001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192584; }

 p { color: rgb(25,37,132); }

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

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

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

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

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

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

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