#1A145F

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

Shades of Midnight Blue #1A145F

Tints of Midnight Blue #1A145F

Color information

#1A145F (or 0x1A145F) is unknown color: approx Midnight Blue. HEX triplet: 1A, 14 and 5F. RGB value is (26,20,95). Sum of RGB (Red+Green+Blue) = 26+20+95=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 95 (37.5% from 255 or 67.38% from 141); Max value from RGB is 95 - color contains mainly: blue. Hex color #1A145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A145F is #E5EBA0. Grayscale: #1E1E1E. Windows color (decimal): -15068065 or 6231066. OLE color: 6231066.

HSL color Cylindrical-coordinate representation of color #1A145F: hue angle of 244.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A145F is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB262095-
CMYK0.730.7900.63
HSL244.8º65.22%22.55%-
HSV(B)244.8º78.95%37.25%-
XYZ2.741.5510.98-
YUV30.34164.49124.9-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.44%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 95 (37.5% from 255) = 67.38%
R=18.44%
G=14.18%
B=67.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2620950.730.7900.63244.865.2222.55
Hex1A145F494F03Ff54117
Octal322413711111707736510127
Binary1101010100101111110010011001111011111111110101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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