#190364

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

Shades of Midnight Blue #190364

Tints of Midnight Blue #190364

Color information

#190364 (or 0x190364) is unknown color: approx Midnight Blue. HEX triplet: 19, 03 and 64. RGB value is (25,3,100). Sum of RGB (Red+Green+Blue) = 25+3+100=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 100 (39.45% from 255 or 78.12% from 128); Max value from RGB is 100 - color contains mainly: blue. Hex color #190364 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190364 is #E6FC9B. Grayscale: #141414. Windows color (decimal): -15137948 or 6554393. OLE color: 6554393.

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

Color convert

RGB253100-
CMYK0.750.9700.61
HSL253.61º94.17%20.2%-
HSV(B)253.61º97%39.22%-
XYZ2.731.1912.14-
YUV20.64172.79131.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.53%
GREEN value IS 3 (1.56% from 255) = 2.34%
BLUE value IS 100 (39.45% from 255) = 78.12%
R=19.53%
G=2.34%
B=78.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2531000.750.9700.61253.6194.1720.2
Hex193644B6103Dfe5e14
Octal31314411314107537613624
Binary1100111110010010010111100001011110111111110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190364; }

 p { color: rgb(25,3,100); }

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

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

 a { background-color: rgb(25,3,100); }

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

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

 span { border-color: rgb(25,3,100); }

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