#1A165C

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

Shades of Midnight Blue #1A165C

Tints of Midnight Blue #1A165C

Color information

#1A165C (or 0x1A165C) is unknown color: approx Midnight Blue. HEX triplet: 1A, 16 and 5C. RGB value is (26,22,92). Sum of RGB (Red+Green+Blue) = 26+22+92=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 92 (36.33% from 255 or 65.71% from 140); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A165C is #E5E9A3. Grayscale: #1E1E1E. Windows color (decimal): -15067556 or 6034970. OLE color: 6034970.

HSL color Cylindrical-coordinate representation of color #1A165C: hue angle of 243.43º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A165C is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB262292-
CMYK0.720.7600.64
HSL243.43º61.4%22.35%-
HSV(B)243.43º76.09%36.08%-
XYZ2.641.5710.29-
YUV31.18162.33124.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.57%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 92 (36.33% from 255) = 65.71%
R=18.57%
G=15.71%
B=65.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2622920.720.7600.64243.4361.422.35
Hex1A165C484C040f33d16
Octal322613411011401003637526
Binary1101010110101110010010001001100010000001111001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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