#1A106A

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

Shades of Midnight Blue #1A106A

Tints of Midnight Blue #1A106A

Color information

#1A106A (or 0x1A106A) is unknown color: approx Midnight Blue. HEX triplet: 1A, 10 and 6A. RGB value is (26,16,106). Sum of RGB (Red+Green+Blue) = 26+16+106=148 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.57% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 106 (41.80% from 255 or 71.62% from 148); Max value from RGB is 106 - color contains mainly: blue. Hex color #1A106A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A106A is #E5EF95. Grayscale: #1C1C1C. Windows color (decimal): -15069078 or 6950938. OLE color: 6950938.

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

Color convert

RGB2616106-
CMYK0.750.8500.58
HSL246.67º73.77%23.92%-
HSV(B)246.67º84.91%41.57%-
XYZ3.211.6313.78-
YUV29.25171.31125.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.57%
GREEN value IS 16 (6.64% from 255) = 10.81%
BLUE value IS 106 (41.80% from 255) = 71.62%
R=17.57%
G=10.81%
B=71.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26161060.750.8500.58246.6773.7723.92
Hex1A106A4B5503Af74a18
Octal322015211312507236711230
Binary1101010000110101010010111010101011101011110111100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,16,106); }

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

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

 a { background-color: rgb(26,16,106); }

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

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

 span { border-color: rgb(26,16,106); }

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