#1A1263

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

Shades of Midnight Blue #1A1263

Tints of Midnight Blue #1A1263

Color information

#1A1263 (or 0x1A1263) is unknown color: approx Midnight Blue. HEX triplet: 1A, 12 and 63. RGB value is (26,18,99). Sum of RGB (Red+Green+Blue) = 26+18+99=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A1263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1263 is #E5ED9C. Grayscale: #1D1D1D. Windows color (decimal): -15068573 or 6492698. OLE color: 6492698.

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

Color convert

RGB261899-
CMYK0.740.8200.61
HSL245.93º69.23%22.94%-
HSV(B)245.93º81.82%38.82%-
XYZ2.891.5511.95-
YUV29.63167.15125.41-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.18%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 99 (39.06% from 255) = 69.23%
R=18.18%
G=12.59%
B=69.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2618990.740.8200.61245.9369.2322.94
Hex1A12634A5203Df64517
Octal322214311212207536610527
Binary1101010010110001110010101010010011110111110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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