#1A1162

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

Shades of Midnight Blue #1A1162

Tints of Midnight Blue #1A1162

Color information

#1A1162 (or 0x1A1162) is unknown color: approx Midnight Blue. HEX triplet: 1A, 11 and 62. RGB value is (26,17,98). Sum of RGB (Red+Green+Blue) = 26+17+98=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #1A1162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1162 is #E5EE9D. Grayscale: #1C1C1C. Windows color (decimal): -15068830 or 6426906. OLE color: 6426906.

HSL color Cylindrical-coordinate representation of color #1A1162: hue angle of 246.67º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A1162 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB261798-
CMYK0.730.8300.62
HSL246.67º70.43%22.55%-
HSV(B)246.67º82.65%38.43%-
XYZ2.831.511.7-
YUV28.92166.98125.91-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.44%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 98 (38.67% from 255) = 69.50%
R=18.44%
G=12.06%
B=69.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2617980.730.8300.62246.6770.4322.55
Hex1A1162495303Ef74617
Octal322114211112307636710627
Binary1101010001110001010010011010011011111011110111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,17,98); }

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

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

 a { background-color: rgb(26,17,98); }

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

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

 span { border-color: rgb(26,17,98); }

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