#19268A

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

Shades of Midnight Blue #19268A

Tints of Midnight Blue #19268A

Color information

#19268A (or 0x19268A) is unknown color: approx Midnight Blue. HEX triplet: 19, 26 and 8A. RGB value is (25,38,138). Sum of RGB (Red+Green+Blue) = 25+38+138=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #19268A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19268A is #E6D975. Grayscale: #2D2D2D. Windows color (decimal): -15128950 or 9053721. OLE color: 9053721.

HSL color Cylindrical-coordinate representation of color #19268A: hue angle of 233.1º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19268A is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2538138-
CMYK0.820.7200.46
HSL233.1º69.33%31.96%-
HSV(B)233.1º81.88%54.12%-
XYZ5.683.4324.41-
YUV45.51180.19113.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 138 (54.30% from 255) = 68.66%
R=12.44%
G=18.91%
B=68.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25381380.820.7200.46233.169.3331.96
Hex19268A524802Ee94520
Octal314621212211005635110540
Binary1100110011010001010101001010010000101110111010011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19268A; }

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

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

<style>
 a { background-color: #19268A; }

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

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

<style>
 span { border-color: #19268A; }

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

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