#1A117F

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

Shades of Midnight Blue #1A117F

Tints of Midnight Blue #1A117F

Color information

#1A117F (or 0x1A117F) is unknown color: approx Midnight Blue. HEX triplet: 1A, 11 and 7F. RGB value is (26,17,127). Sum of RGB (Red+Green+Blue) = 26+17+127=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 127 (50% from 255 or 74.71% from 170); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A117F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A117F is #E5EE80. Grayscale: #1F1F1F. Windows color (decimal): -15068801 or 8327450. OLE color: 8327450.

HSL color Cylindrical-coordinate representation of color #1A117F: hue angle of 244.91º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A117F is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2617127-
CMYK0.800.8700.50
HSL244.91º76.39%28.24%-
HSV(B)244.91º86.61%49.8%-
XYZ4.462.1520.26-
YUV32.23181.48123.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.29%
GREEN value IS 17 (7.03% from 255) = 10%
BLUE value IS 127 (50% from 255) = 74.71%
R=15.29%
G=10%
B=74.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26171270.800.8700.50244.9176.3928.24
Hex1A117F5057032f54c1c
Octal322117712012706236511434
Binary1101010001111111110100001010111011001011110101100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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