#1A147F

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

Shades of Midnight Blue #1A147F

Tints of Midnight Blue #1A147F

Color information

#1A147F (or 0x1A147F) is unknown color: approx Midnight Blue. HEX triplet: 1A, 14 and 7F. RGB value is (26,20,127). Sum of RGB (Red+Green+Blue) = 26+20+127=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 127 (50% from 255 or 73.41% from 173); Max value from RGB is 127 - color contains mainly: blue. Hex color #1A147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A147F is #E5EB80. Grayscale: #212121. Windows color (decimal): -15068033 or 8328218. OLE color: 8328218.

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

Color convert

RGB2620127-
CMYK0.800.8400.50
HSL243.36º72.79%28.82%-
HSV(B)243.36º84.25%49.8%-
XYZ4.512.2520.28-
YUV33.99180.49122.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 20 (8.20% from 255) = 11.56%
BLUE value IS 127 (50% from 255) = 73.41%
R=15.03%
G=11.56%
B=73.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26201270.800.8400.50243.3672.7928.82
Hex1A147F5054032f3491d
Octal322417712012406236311135
Binary1101010100111111110100001010100011001011110011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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