#1A056E

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

Shades of Midnight Blue #1A056E

Tints of Midnight Blue #1A056E

Color information

#1A056E (or 0x1A056E) is unknown color: approx Midnight Blue. HEX triplet: 1A, 05 and 6E. RGB value is (26,5,110). Sum of RGB (Red+Green+Blue) = 26+5+110=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 110 (43.36% from 255 or 78.01% from 141); Max value from RGB is 110 - color contains mainly: blue. Hex color #1A056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A056E is #E5FA91. Grayscale: #161616. Windows color (decimal): -15071890 or 7210266. OLE color: 7210266.

HSL color Cylindrical-coordinate representation of color #1A056E: hue angle of 252º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A056E is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB265110-
CMYK0.760.9500.57
HSL252º91.3%22.55%-
HSV(B)252º95.45%43.14%-
XYZ3.291.4514.86-
YUV23.25176.96129.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.44%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 110 (43.36% from 255) = 78.01%
R=18.44%
G=3.55%
B=78.01%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2651100.760.9500.5725291.322.55
Hex1A56E4C5F039fc5b17
Octal32515611413707137413327
Binary11010101110111010011001011111011100111111100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,5,110); }

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

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

 a { background-color: rgb(26,5,110); }

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

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

 span { border-color: rgb(26,5,110); }

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