#19276F

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

Shades of Midnight Blue #19276F

Tints of Midnight Blue #19276F

Color information

#19276F (or 0x19276F) is unknown color: approx Midnight Blue. HEX triplet: 19, 27 and 6F. RGB value is (25,39,111). Sum of RGB (Red+Green+Blue) = 25+39+111=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #19276F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19276F is #E6D890. Grayscale: #2A2A2A. Windows color (decimal): -15128721 or 7284505. OLE color: 7284505.

HSL color Cylindrical-coordinate representation of color #19276F: hue angle of 230.23º 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 #19276F is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2539111-
CMYK0.770.6500.56
HSL230.23º63.24%26.67%-
HSV(B)230.23º77.48%43.53%-
XYZ42.8115.37-
YUV43.02166.36115.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.29%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 111 (43.75% from 255) = 63.43%
R=14.29%
G=22.29%
B=63.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25391110.770.6500.56230.2363.2426.67
Hex19276F4D41038e63f1b
Octal31471571151010703467733
Binary1100110011111011111001101100000101110001110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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