#1A096C

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

Shades of Midnight Blue #1A096C

Tints of Midnight Blue #1A096C

Color information

#1A096C (or 0x1A096C) is unknown color: approx Midnight Blue. HEX triplet: 1A, 09 and 6C. RGB value is (26,9,108). Sum of RGB (Red+Green+Blue) = 26+9+108=143 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.18% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 108 (42.58% from 255 or 75.52% from 143); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A096C is #E5F693. Grayscale: #181818. Windows color (decimal): -15070868 or 7080218. OLE color: 7080218.

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

Color convert

RGB269108-
CMYK0.760.9200.58
HSL250.3º84.62%22.94%-
HSV(B)250.3º91.67%42.35%-
XYZ3.231.514.31-
YUV25.37174.63128.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.18%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 108 (42.58% from 255) = 75.52%
R=18.18%
G=6.29%
B=75.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2691080.760.9200.58250.384.6222.94
Hex1A96C4C5C03Afa5517
Octal321115411413407237212527
Binary110101001110110010011001011100011101011111010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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