#190c5f

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

Shades of Midnight Blue #190C5F

Tints of Midnight Blue #190C5F

Color information

#190C5F (or 0x190C5F) is unknown color: approx Midnight Blue. HEX triplet: 19, 0C and 5F. RGB value is (25,12,95). Sum of RGB (Red+Green+Blue) = 25+12+95=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 95 (37.5% from 255 or 71.97% from 132); Max value from RGB is 95 - color contains mainly: blue. Hex color #190C5F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #190C5F is #E6F3A0. Grayscale: #191919. Windows color (decimal): -15135649 or 6229017. OLE color: 6229017.

HSL color Cylindrical-coordinate representation of color #190C5F: hue angle of 249.4º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #190C5F is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB251295-
CMYK0.740.8700.63
HSL249.4º77.57%20.98%-
HSV(B)249.4º87.37%37.25%-
XYZ2.61.310.94-
YUV25.35167.31127.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 12 (5.08% from 255) = 9.09%
BLUE value IS 95 (37.5% from 255) = 71.97%
R=18.94%
G=9.09%
B=71.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2512950.740.8700.63249.477.5720.98
Hex19C5F4A5703Ff94e15
Octal311413711212707737111625
Binary110011100101111110010101010111011111111111001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190c5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190c5f; }

 p { color: rgb(25,12,95); }

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

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

 a { background-color: rgb(25,12,95); }

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

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

 span { border-color: rgb(25,12,95); }

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