#1A1363

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

Shades of Midnight Blue #1A1363

Tints of Midnight Blue #1A1363

Color information

#1A1363 (or 0x1A1363) is unknown color: approx Midnight Blue. HEX triplet: 1A, 13 and 63. RGB value is (26,19,99). Sum of RGB (Red+Green+Blue) = 26+19+99=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A1363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1363 is #E5EC9C. Grayscale: #1D1D1D. Windows color (decimal): -15068317 or 6492954. OLE color: 6492954.

HSL color Cylindrical-coordinate representation of color #1A1363: hue angle of 245.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A1363 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB261999-
CMYK0.740.8100.61
HSL245.25º67.8%23.14%-
HSV(B)245.25º80.81%38.82%-
XYZ2.911.5911.96-
YUV30.21166.82125-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.06%
GREEN value IS 19 (7.81% from 255) = 13.19%
BLUE value IS 99 (39.06% from 255) = 68.75%
R=18.06%
G=13.19%
B=68.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2619990.740.8100.61245.2567.823.14
Hex1A13634A5103Df54417
Octal322314311212107536510427
Binary1101010011110001110010101010001011110111110101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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