#1A166E

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

Shades of Midnight Blue #1A166E

Tints of Midnight Blue #1A166E

Color information

#1A166E (or 0x1A166E) is unknown color: approx Midnight Blue. HEX triplet: 1A, 16 and 6E. RGB value is (26,22,110). Sum of RGB (Red+Green+Blue) = 26+22+110=158 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.46% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 110 (43.36% from 255 or 69.62% from 158); Max value from RGB is 110 - color contains mainly: blue. Hex color #1A166E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A166E is #E5E991. Grayscale: #202020. Windows color (decimal): -15067538 or 7214618. OLE color: 7214618.

HSL color Cylindrical-coordinate representation of color #1A166E: hue angle of 242.73º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A166E is Cyan = 0.76, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2622110-
CMYK0.760.800.57
HSL242.73º66.67%25.88%-
HSV(B)242.73º80%43.14%-
XYZ3.531.9214.94-
YUV33.23171.33122.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.46%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 110 (43.36% from 255) = 69.62%
R=16.46%
G=13.92%
B=69.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal26221100.760.800.57242.7366.6725.88
Hex1A166E4C50039f3431a
Octal322615611412007136310332
Binary1101010110110111010011001010000011100111110011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,22,110); }

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

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

 a { background-color: rgb(26,22,110); }

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

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

 span { border-color: rgb(26,22,110); }

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