#1C146A

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

Shades of Midnight Blue #1C146A

Tints of Midnight Blue #1C146A

Color information

#1C146A (or 0x1C146A) is unknown color: approx Midnight Blue. HEX triplet: 1C, 14 and 6A. RGB value is (28,20,106). Sum of RGB (Red+Green+Blue) = 28+20+106=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 106 (41.80% from 255 or 68.83% from 154); Max value from RGB is 106 - color contains mainly: blue. Hex color #1C146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C146A is #E3EB95. Grayscale: #1F1F1F. Windows color (decimal): -14936982 or 6951964. OLE color: 6951964.

HSL color Cylindrical-coordinate representation of color #1C146A: hue angle of 245.58º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C146A is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2820106-
CMYK0.740.8100.58
HSL245.58º68.25%24.71%-
HSV(B)245.58º81.13%41.57%-
XYZ3.331.7913.81-
YUV32.2169.65125.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.18%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 106 (41.80% from 255) = 68.83%
R=18.18%
G=12.99%
B=68.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28201060.740.8100.58245.5868.2524.71
Hex1C146A4A5103Af64419
Octal342415211212107236610431
Binary1110010100110101010010101010001011101011110110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,20,106); }

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

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

 a { background-color: rgb(28,20,106); }

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

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

 span { border-color: rgb(28,20,106); }

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