#1A147A

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

Shades of Midnight Blue #1A147A

Tints of Midnight Blue #1A147A

Color information

#1A147A (or 0x1A147A) is unknown color: approx Midnight Blue. HEX triplet: 1A, 14 and 7A. RGB value is (26,20,122). Sum of RGB (Red+Green+Blue) = 26+20+122=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 122 (48.05% from 255 or 72.62% from 168); Max value from RGB is 122 - color contains mainly: blue. Hex color #1A147A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A147A is #E5EB85. Grayscale: #212121. Windows color (decimal): -15068038 or 8000538. OLE color: 8000538.

HSL color Cylindrical-coordinate representation of color #1A147A: hue angle of 243.53º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A147A is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2620122-
CMYK0.790.8400.52
HSL243.53º71.83%27.84%-
HSV(B)243.53º83.61%47.84%-
XYZ4.192.1318.6-
YUV33.42177.99122.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.48%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 122 (48.05% from 255) = 72.62%
R=15.48%
G=11.90%
B=72.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal26201220.790.8400.52243.5371.8327.84
Hex1A147A4F54034f4481c
Octal322417211712406436411034
Binary1101010100111101010011111010100011010011110100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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