#1A136C

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

Shades of Midnight Blue #1A136C

Tints of Midnight Blue #1A136C

Color information

#1A136C (or 0x1A136C) is unknown color: approx Midnight Blue. HEX triplet: 1A, 13 and 6C. RGB value is (26,19,108). Sum of RGB (Red+Green+Blue) = 26+19+108=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A136C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A136C is #E5EC93. Grayscale: #1E1E1E. Windows color (decimal): -15068308 or 7082778. OLE color: 7082778.

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

Color convert

RGB2619108-
CMYK0.760.8200.58
HSL244.72º70.08%24.9%-
HSV(B)244.72º82.41%42.35%-
XYZ3.371.7714.35-
YUV31.24171.32124.26-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.99%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 108 (42.58% from 255) = 70.59%
R=16.99%
G=12.42%
B=70.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26191080.760.8200.58244.7270.0824.9
Hex1A136C4C5203Af54619
Octal322315411412207236510631
Binary1101010011110110010011001010010011101011110101100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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