#190961

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

Shades of Midnight Blue #190961

Tints of Midnight Blue #190961

Color information

#190961 (or 0x190961) is unknown color: approx Midnight Blue. HEX triplet: 19, 09 and 61. RGB value is (25,9,97). Sum of RGB (Red+Green+Blue) = 25+9+97=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 97 (38.28% from 255 or 74.05% from 131); Max value from RGB is 97 - color contains mainly: blue. Hex color #190961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190961 is #E6F69E. Grayscale: #171717. Windows color (decimal): -15136415 or 6359321. OLE color: 6359321.

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

Color convert

RGB25997-
CMYK0.740.9100.62
HSL250.91º83.02%20.78%-
HSV(B)250.91º90.72%38.04%-
XYZ2.661.2711.41-
YUV23.82169.3128.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.08%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 97 (38.28% from 255) = 74.05%
R=19.08%
G=6.87%
B=74.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal259970.740.9100.62250.9183.0220.78
Hex199614A5B03Efb5315
Octal311114111213307637312325
Binary110011001110000110010101011011011111011111011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190961; }

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

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

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

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

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

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

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

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