#190368

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

Shades of Midnight Blue #190368

Tints of Midnight Blue #190368

Color information

#190368 (or 0x190368) is unknown color: approx Midnight Blue. HEX triplet: 19, 03 and 68. RGB value is (25,3,104). Sum of RGB (Red+Green+Blue) = 25+3+104=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 104 (41.02% from 255 or 78.79% from 132); Max value from RGB is 104 - color contains mainly: blue. Hex color #190368 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190368 is #E6FC97. Grayscale: #141414. Windows color (decimal): -15137944 or 6816537. OLE color: 6816537.

HSL color Cylindrical-coordinate representation of color #190368: hue angle of 253.07º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #190368 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB253104-
CMYK0.760.9700.59
HSL253.07º94.39%20.98%-
HSV(B)253.07º97.12%40.78%-
XYZ2.931.2713.19-
YUV21.09174.79130.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 104 (41.02% from 255) = 78.79%
R=18.94%
G=2.27%
B=78.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2531040.760.9700.59253.0794.3920.98
Hex193684C6103Bfd5e15
Octal31315011414107337513625
Binary1100111110100010011001100001011101111111101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190368; }

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

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

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

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

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

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

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

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