#19065D

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

Shades of Midnight Blue #19065D

Tints of Midnight Blue #19065D

Color information

#19065D (or 0x19065D) is unknown color: approx Midnight Blue. HEX triplet: 19, 06 and 5D. RGB value is (25,6,93). Sum of RGB (Red+Green+Blue) = 25+6+93=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #19065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19065D is #E6F9A2. Grayscale: #151515. Windows color (decimal): -15137187 or 6096409. OLE color: 6096409.

HSL color Cylindrical-coordinate representation of color #19065D: hue angle of 253.1º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19065D is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB25693-
CMYK0.730.9400.64
HSL253.1º87.88%19.41%-
HSV(B)253.1º93.55%36.47%-
XYZ2.441.1310.44-
YUV21.6168.29130.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 6 (2.73% from 255) = 4.84%
BLUE value IS 93 (36.72% from 255) = 75%
R=20.16%
G=4.84%
B=75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal256930.730.9400.64253.187.8819.41
Hex1965D495E040fd5813
Octal316135111136010037513023
Binary110011101011101100100110111100100000011111101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19065D; }

 p { color: rgb(25,6,93); }

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

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

 a { background-color: rgb(25,6,93); }

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

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

 span { border-color: rgb(25,6,93); }

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