#192684

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

Shades of Midnight Blue #192684

Tints of Midnight Blue #192684

Color information

#192684 (or 0x192684) is unknown color: approx Midnight Blue. HEX triplet: 19, 26 and 84. RGB value is (25,38,132). Sum of RGB (Red+Green+Blue) = 25+38+132=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 38 (15.23% from 255 or 19.49% from 195); Blue value is 132 (51.95% from 255 or 67.69% from 195); Max value from RGB is 132 - color contains mainly: blue. Hex color #192684 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192684 is #E6D97B. Grayscale: #2C2C2C. Windows color (decimal): -15128956 or 8660505. OLE color: 8660505.

HSL color Cylindrical-coordinate representation of color #192684: hue angle of 232.71º 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 #192684 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2538132-
CMYK0.810.7100.48
HSL232.71º68.15%30.78%-
HSV(B)232.71º81.06%51.76%-
XYZ5.263.2622.18-
YUV44.83177.19113.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 38 (15.23% from 255) = 19.49%
BLUE value IS 132 (51.95% from 255) = 67.69%
R=12.82%
G=19.49%
B=67.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25381320.810.7100.48232.7168.1530.78
Hex1926845147030e9441f
Octal314620412110706035110437
Binary110011001101000010010100011000111011000011101001100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192684; }

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

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

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

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

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

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

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

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