#192463

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

Shades of Midnight Blue #192463

Tints of Midnight Blue #192463

Color information

#192463 (or 0x192463) is unknown color: approx Midnight Blue. HEX triplet: 19, 24 and 63. RGB value is (25,36,99). Sum of RGB (Red+Green+Blue) = 25+36+99=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 99 (39.06% from 255 or 61.88% from 160); Max value from RGB is 99 - color contains mainly: blue. Hex color #192463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192463 is #E6DB9C. Grayscale: #272727. Windows color (decimal): -15129501 or 6497305. OLE color: 6497305.

HSL color Cylindrical-coordinate representation of color #192463: hue angle of 231.08º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192463 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB253699-
CMYK0.750.6400.61
HSL231.08º59.68%24.31%-
HSV(B)231.08º74.75%38.82%-
XYZ3.282.3712.09-
YUV39.89161.36117.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 99 (39.06% from 255) = 61.88%
R=15.62%
G=22.5%
B=61.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2536990.750.6400.61231.0859.6824.31
Hex1924634B4003De73c18
Octal31441431131000753477430
Binary1100110010011000111001011100000001111011110011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192463; }

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

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

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

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

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

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

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

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