#19035D

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

Shades of Midnight Blue #19035D

Tints of Midnight Blue #19035D

Color information

#19035D (or 0x19035D) is unknown color: approx Midnight Blue. HEX triplet: 19, 03 and 5D. RGB value is (25,3,93). Sum of RGB (Red+Green+Blue) = 25+3+93=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #19035D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19035D is #E6FCA2. Grayscale: #131313. Windows color (decimal): -15137955 or 6095641. OLE color: 6095641.

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

Color convert

RGB25393-
CMYK0.730.9700.64
HSL254.67º93.75%18.82%-
HSV(B)254.67º96.77%36.47%-
XYZ2.411.0610.43-
YUV19.84169.29131.68-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 93 (36.72% from 255) = 76.86%
R=20.66%
G=2.48%
B=76.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal253930.730.9700.64254.6793.7518.82
Hex1935D4961040ff5e13
Octal313135111141010037713623
Binary11001111011101100100111000010100000011111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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