#190561

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

Shades of Midnight Blue #190561

Tints of Midnight Blue #190561

Color information

#190561 (or 0x190561) is unknown color: approx Midnight Blue. HEX triplet: 19, 05 and 61. RGB value is (25,5,97). Sum of RGB (Red+Green+Blue) = 25+5+97=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #190561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190561 is #E6FA9E. Grayscale: #151515. Windows color (decimal): -15137439 or 6358297. OLE color: 6358297.

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

Color convert

RGB25597-
CMYK0.740.9500.62
HSL253.04º90.2%20%-
HSV(B)253.04º94.85%38.04%-
XYZ2.611.1811.4-
YUV21.47170.63130.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 97 (38.28% from 255) = 76.38%
R=19.69%
G=3.94%
B=76.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal255970.740.9500.62253.0490.220
Hex195614A5F03Efd5a14
Octal31514111213707637513224
Binary11001101110000110010101011111011111011111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190561; }

 p { color: rgb(25,5,97); }

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

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

 a { background-color: rgb(25,5,97); }

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

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

 span { border-color: rgb(25,5,97); }

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