#192482

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

Shades of Midnight Blue #192482

Tints of Midnight Blue #192482

Color information

#192482 (or 0x192482) is unknown color: approx Midnight Blue. HEX triplet: 19, 24 and 82. RGB value is (25,36,130). Sum of RGB (Red+Green+Blue) = 25+36+130=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 130 (51.17% from 255 or 68.06% from 191); Max value from RGB is 130 - color contains mainly: blue. Hex color #192482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #192482 is #E6DB7D. Grayscale: #2B2B2B. Windows color (decimal): -15129470 or 8528921. OLE color: 8528921.

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

Color convert

RGB2536130-
CMYK0.810.7200.49
HSL233.71º67.74%30.39%-
HSV(B)233.71º80.77%50.98%-
XYZ5.063.0821.45-
YUV43.43176.86114.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 36 (14.45% from 255) = 18.85%
BLUE value IS 130 (51.17% from 255) = 68.06%
R=13.09%
G=18.85%
B=68.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25361300.810.7200.49233.7167.7430.39
Hex1924825148031ea441e
Octal314420212111006135210436
Binary110011001001000001010100011001000011000111101010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192482; }

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

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

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

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

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

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

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

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