#1C147F

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

Shades of Midnight Blue #1C147F

Tints of Midnight Blue #1C147F

Color information

#1C147F (or 0x1C147F) is unknown color: approx Midnight Blue. HEX triplet: 1C, 14 and 7F. RGB value is (28,20,127). Sum of RGB (Red+Green+Blue) = 28+20+127=175 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 127 (50% from 255 or 72.57% from 175); Max value from RGB is 127 - color contains mainly: blue. Hex color #1C147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C147F is #E3EB80. Grayscale: #222222. Windows color (decimal): -14936961 or 8328220. OLE color: 8328220.

HSL color Cylindrical-coordinate representation of color #1C147F: hue angle of 244.49º 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 #1C147F is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2820127-
CMYK0.780.8400.50
HSL244.49º72.79%28.82%-
HSV(B)244.49º84.25%49.8%-
XYZ4.562.2820.28-
YUV34.59180.15123.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 127 (50% from 255) = 72.57%
R=16%
G=11.43%
B=72.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal28201270.780.8400.50244.4972.7928.82
Hex1C147F4E54032f4491d
Octal342417711612406236411135
Binary1110010100111111110011101010100011001011110100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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