#1A056F

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

Shades of Midnight Blue #1A056F

Tints of Midnight Blue #1A056F

Color information

#1A056F (or 0x1A056F) is unknown color: approx Midnight Blue. HEX triplet: 1A, 05 and 6F. RGB value is (26,5,111). Sum of RGB (Red+Green+Blue) = 26+5+111=142 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.31% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 111 (43.75% from 255 or 78.17% from 142); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A056F is #E5FA90. Grayscale: #161616. Windows color (decimal): -15071889 or 7275802. OLE color: 7275802.

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

Color convert

RGB265111-
CMYK0.770.9500.56
HSL251.89º91.38%22.75%-
HSV(B)251.89º95.5%43.53%-
XYZ3.351.4815.15-
YUV23.36177.46129.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.31%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 111 (43.75% from 255) = 78.17%
R=18.31%
G=3.52%
B=78.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2651110.770.9500.56251.8991.3822.75
Hex1A56F4D5F038fc5b17
Octal32515711513707037413327
Binary11010101110111110011011011111011100011111100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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