#192082

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

Shades of Midnight Blue #192082

Tints of Midnight Blue #192082

Color information

#192082 (or 0x192082) is unknown color: approx Midnight Blue. HEX triplet: 19, 20 and 82. RGB value is (25,32,130). Sum of RGB (Red+Green+Blue) = 25+32+130=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #192082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192082 is #E6DF7D. Grayscale: #282828. Windows color (decimal): -15130494 or 8527897. OLE color: 8527897.

HSL color Cylindrical-coordinate representation of color #192082: hue angle of 236º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #192082 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2532130-
CMYK0.810.7500.49
HSL236º67.74%30.39%-
HSV(B)236º80.77%50.98%-
XYZ4.952.8521.41-
YUV41.08178.18116.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.37%
GREEN value IS 32 (12.89% from 255) = 17.11%
BLUE value IS 130 (51.17% from 255) = 69.52%
R=13.37%
G=17.11%
B=69.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25321300.810.7500.4923667.7430.39
Hex192082514B031ec441e
Octal314020212111306135410436
Binary110011000001000001010100011001011011000111101100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192082; }

 p { color: rgb(25,32,130); }

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

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

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

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

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

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

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