#1A056D

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

Shades of Midnight Blue #1A056D

Tints of Midnight Blue #1A056D

Color information

#1A056D (or 0x1A056D) is unknown color: approx Midnight Blue. HEX triplet: 1A, 05 and 6D. RGB value is (26,5,109). Sum of RGB (Red+Green+Blue) = 26+5+109=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 109 (42.97% from 255 or 77.86% from 140); Max value from RGB is 109 - color contains mainly: blue. Hex color #1A056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A056D is #E5FA92. Grayscale: #161616. Windows color (decimal): -15071891 or 7144730. OLE color: 7144730.

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

Color convert

RGB265109-
CMYK0.760.9500.57
HSL252.12º91.23%22.35%-
HSV(B)252.12º95.41%42.75%-
XYZ3.241.4314.57-
YUV23.14176.46130.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.57%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 109 (42.97% from 255) = 77.86%
R=18.57%
G=3.57%
B=77.86%

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
Decimal2651090.760.9500.57252.1291.2322.35
Hex1A56D4C5F039fc5b16
Octal32515511413707137413326
Binary11010101110110110011001011111011100111111100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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