#19266F

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

Shades of Midnight Blue #19266F

Tints of Midnight Blue #19266F

Color information

#19266F (or 0x19266F) is unknown color: approx Midnight Blue. HEX triplet: 19, 26 and 6F. RGB value is (25,38,111). Sum of RGB (Red+Green+Blue) = 25+38+111=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #19266F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19266F is #E6D990. Grayscale: #2A2A2A. Windows color (decimal): -15128977 or 7284249. OLE color: 7284249.

HSL color Cylindrical-coordinate representation of color #19266F: hue angle of 230.93º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19266F is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2538111-
CMYK0.770.6600.56
HSL230.93º63.24%26.67%-
HSV(B)230.93º77.48%43.53%-
XYZ3.962.7415.36-
YUV42.44166.69115.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.37%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 111 (43.75% from 255) = 63.79%
R=14.37%
G=21.84%
B=63.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25381110.770.6600.56230.9363.2426.67
Hex19266F4D42038e73f1b
Octal31461571151020703477733
Binary1100110011011011111001101100001001110001110011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19266F; }

 p { color: rgb(25,38,111); }

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

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

 a { background-color: rgb(25,38,111); }

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

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

 span { border-color: rgb(25,38,111); }

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