#1c1e86

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

Shades of Midnight Blue #1C1E86

Tints of Midnight Blue #1C1E86

Color information

#1C1E86 (or 0x1C1E86) is unknown color: approx Midnight Blue. HEX triplet: 1C, 1E and 86. RGB value is (28,30,134). Sum of RGB (Red+Green+Blue) = 28+30+134=192 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.58% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 134 (52.73% from 255 or 69.79% from 192); Max value from RGB is 134 - color contains mainly: blue. Hex color #1C1E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C1E86 is #E3E179. Grayscale: #282828. Windows color (decimal): -14934394 or 8789532. OLE color: 8789532.

HSL color Cylindrical-coordinate representation of color #1C1E86: hue angle of 238.87º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C1E86 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2830134-
CMYK0.790.7800.47
HSL238.87º65.43%31.76%-
HSV(B)238.87º79.1%52.55%-
XYZ5.252.922.84-
YUV41.26180.34118.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.58%
GREEN value IS 30 (12.11% from 255) = 15.62%
BLUE value IS 134 (52.73% from 255) = 69.79%
R=14.58%
G=15.62%
B=69.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal28301340.790.7800.47238.8765.4331.76
Hex1C1E864F4E02Fef4120
Octal343620611711605735710140
Binary111001111010000110100111110011100101111111011111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c1e86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,30,134); }

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

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

 a { background-color: rgb(28,30,134); }

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

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

 span { border-color: rgb(28,30,134); }

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