#1A036C

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

Shades of Midnight Blue #1A036C

Tints of Midnight Blue #1A036C

Color information

#1A036C (or 0x1A036C) is unknown color: approx Midnight Blue. HEX triplet: 1A, 03 and 6C. RGB value is (26,3,108). Sum of RGB (Red+Green+Blue) = 26+3+108=137 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.98% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 108 (42.58% from 255 or 78.83% from 137); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A036C is #E5FC93. Grayscale: #151515. Windows color (decimal): -15072404 or 7078682. OLE color: 7078682.

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

Color convert

RGB263108-
CMYK0.760.9700.58
HSL253.14º94.59%21.76%-
HSV(B)253.14º97.22%42.35%-
XYZ3.171.3714.28-
YUV21.85176.62130.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.98%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 108 (42.58% from 255) = 78.83%
R=18.98%
G=2.19%
B=78.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2631080.760.9700.58253.1494.5921.76
Hex1A36C4C6103Afd5f16
Octal32315411414107237513726
Binary1101011110110010011001100001011101011111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,3,108); }

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

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

 a { background-color: rgb(26,3,108); }

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

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

 span { border-color: rgb(26,3,108); }

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