#1A145B

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

Shades of Midnight Blue #1A145B

Tints of Midnight Blue #1A145B

Color information

#1A145B (or 0x1A145B) is unknown color: approx Midnight Blue. HEX triplet: 1A, 14 and 5B. RGB value is (26,20,91). Sum of RGB (Red+Green+Blue) = 26+20+91=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 91 (35.94% from 255 or 66.42% from 137); Max value from RGB is 91 - color contains mainly: blue. Hex color #1A145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A145B is #E5EBA4. Grayscale: #1D1D1D. Windows color (decimal): -15068069 or 5968922. OLE color: 5968922.

HSL color Cylindrical-coordinate representation of color #1A145B: hue angle of 245.07º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A145B is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB262091-
CMYK0.710.7800.64
HSL245.07º63.96%21.76%-
HSV(B)245.07º78.02%35.69%-
XYZ2.561.4810.05-
YUV29.89162.49125.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.98%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 91 (35.94% from 255) = 66.42%
R=18.98%
G=14.60%
B=66.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2620910.710.7800.64245.0763.9621.76
Hex1A145B474E040f54016
Octal3224133107116010036510026
Binary11010101001011011100011110011100100000011110101100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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