#1A146B

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

Shades of Midnight Blue #1A146B

Tints of Midnight Blue #1A146B

Color information

#1A146B (or 0x1A146B) is unknown color: approx Midnight Blue. HEX triplet: 1A, 14 and 6B. RGB value is (26,20,107). Sum of RGB (Red+Green+Blue) = 26+20+107=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 107 (42.19% from 255 or 69.93% from 153); Max value from RGB is 107 - color contains mainly: blue. Hex color #1A146B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A146B is #E5EB94. Grayscale: #1F1F1F. Windows color (decimal): -15068053 or 7017498. OLE color: 7017498.

HSL color Cylindrical-coordinate representation of color #1A146B: hue angle of 244.14º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A146B is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2620107-
CMYK0.760.8100.58
HSL244.14º68.5%24.9%-
HSV(B)244.14º81.31%41.96%-
XYZ3.331.7814.08-
YUV31.71170.49123.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.99%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 107 (42.19% from 255) = 69.93%
R=16.99%
G=13.07%
B=69.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26201070.760.8100.58244.1468.524.9
Hex1A146B4C5103Af44519
Octal322415311412107236410531
Binary1101010100110101110011001010001011101011110100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,20,107); }

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

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

 a { background-color: rgb(26,20,107); }

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

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

 span { border-color: rgb(26,20,107); }

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