#1A117D

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

Shades of Midnight Blue #1A117D

Tints of Midnight Blue #1A117D

Color information

#1A117D (or 0x1A117D) is unknown color: approx Midnight Blue. HEX triplet: 1A, 11 and 7D. RGB value is (26,17,125). Sum of RGB (Red+Green+Blue) = 26+17+125=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #1A117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A117D is #E5EE82. Grayscale: #1F1F1F. Windows color (decimal): -15068803 or 8196378. OLE color: 8196378.

HSL color Cylindrical-coordinate representation of color #1A117D: hue angle of 245º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A117D is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2617125-
CMYK0.790.8600.51
HSL245º76.06%27.84%-
HSV(B)245º86.4%49.02%-
XYZ4.332.119.58-
YUV32180.48123.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.48%
GREEN value IS 17 (7.03% from 255) = 10.12%
BLUE value IS 125 (49.22% from 255) = 74.40%
R=15.48%
G=10.12%
B=74.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26171250.790.8600.5124576.0627.84
Hex1A117D4F56033f54c1c
Octal322117511712606336511434
Binary1101010001111110110011111010110011001111110101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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