#1A1378

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

Shades of Midnight Blue #1A1378

Tints of Midnight Blue #1A1378

Color information

#1A1378 (or 0x1A1378) is unknown color: approx Midnight Blue. HEX triplet: 1A, 13 and 78. RGB value is (26,19,120). Sum of RGB (Red+Green+Blue) = 26+19+120=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #1A1378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1378 is #E5EC87. Grayscale: #202020. Windows color (decimal): -15068296 or 7869210. OLE color: 7869210.

HSL color Cylindrical-coordinate representation of color #1A1378: hue angle of 244.16º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A1378 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2619120-
CMYK0.780.8400.53
HSL244.16º72.66%27.25%-
HSV(B)244.16º84.17%47.06%-
XYZ4.052.0417.95-
YUV32.61177.32123.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.76%
GREEN value IS 19 (7.81% from 255) = 11.52%
BLUE value IS 120 (47.27% from 255) = 72.73%
R=15.76%
G=11.52%
B=72.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26191200.780.8400.53244.1672.6627.25
Hex1A13784E54035f4491b
Octal322317011612406536411133
Binary1101010011111100010011101010100011010111110100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1378; }

 p { color: rgb(26,19,120); }

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

<style>
 a { background-color: #1A1378; }

 a { background-color: rgb(26,19,120); }

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

<style>
 span { border-color: #1A1378; }

 span { border-color: rgb(26,19,120); }

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