#190369

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

Shades of Midnight Blue #190369

Tints of Midnight Blue #190369

Color information

#190369 (or 0x190369) is unknown color: approx Midnight Blue. HEX triplet: 19, 03 and 69. RGB value is (25,3,105). Sum of RGB (Red+Green+Blue) = 25+3+105=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 105 (41.41% from 255 or 78.95% from 133); Max value from RGB is 105 - color contains mainly: blue. Hex color #190369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190369 is #E6FC96. Grayscale: #141414. Windows color (decimal): -15137943 or 6882073. OLE color: 6882073.

HSL color Cylindrical-coordinate representation of color #190369: hue angle of 252.94º 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 #190369 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB253105-
CMYK0.760.9700.59
HSL252.94º94.44%21.18%-
HSV(B)252.94º97.14%41.18%-
XYZ2.981.2913.46-
YUV21.21175.29130.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.80%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 105 (41.41% from 255) = 78.95%
R=18.80%
G=2.26%
B=78.95%

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
Decimal2531050.760.9700.59252.9494.4421.18
Hex193694C6103Bfd5e15
Octal31315111414107337513625
Binary1100111110100110011001100001011101111111101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190369; }

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

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

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

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

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

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

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

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