#190260

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

Shades of Midnight Blue #190260

Tints of Midnight Blue #190260

Color information

#190260 (or 0x190260) is unknown color: approx Midnight Blue. HEX triplet: 19, 02 and 60. RGB value is (25,2,96). Sum of RGB (Red+Green+Blue) = 25+2+96=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 96 (37.89% from 255 or 78.05% from 123); Max value from RGB is 96 - color contains mainly: blue. Hex color #190260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190260 is #E6FD9F. Grayscale: #131313. Windows color (decimal): -15138208 or 6291993. OLE color: 6291993.

HSL color Cylindrical-coordinate representation of color #190260: hue angle of 254.68º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190260 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB25296-
CMYK0.740.9800.62
HSL254.68º95.92%19.22%-
HSV(B)254.68º97.92%37.65%-
XYZ2.531.0911.14-
YUV19.59171.12131.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.33%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 96 (37.89% from 255) = 78.05%
R=20.33%
G=1.63%
B=78.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal252960.740.9800.62254.6895.9219.22
Hex192604A6203Eff6013
Octal31214011214207637714023
Binary1100110110000010010101100010011111011111111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190260; }

 p { color: rgb(25,2,96); }

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

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

 a { background-color: rgb(25,2,96); }

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

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

 span { border-color: rgb(25,2,96); }

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