#1A016F

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

Shades of Midnight Blue #1A016F

Tints of Midnight Blue #1A016F

Color information

#1A016F (or 0x1A016F) is unknown color: approx Midnight Blue. HEX triplet: 1A, 01 and 6F. RGB value is (26,1,111). Sum of RGB (Red+Green+Blue) = 26+1+111=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 111 (43.75% from 255 or 80.43% from 138); Max value from RGB is 111 - color contains mainly: blue. Hex color #1A016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A016F is #E5FE90. Grayscale: #141414. Windows color (decimal): -15072913 or 7274778. OLE color: 7274778.

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

Color convert

RGB261111-
CMYK0.770.9900.56
HSL253.64º98.21%21.96%-
HSV(B)253.64º99.1%43.53%-
XYZ3.311.3915.13-
YUV21.02178.78131.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.84%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 111 (43.75% from 255) = 80.43%
R=18.84%
G=0.72%
B=80.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2611110.770.9900.56253.6498.2121.96
Hex1A16F4D63038fe6216
Octal32115711514307037614226
Binary110101110111110011011100011011100011111110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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