#1C1866

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

Shades of Midnight Blue #1C1866

Tints of Midnight Blue #1C1866

Color information

#1C1866 (or 0x1C1866) is unknown color: approx Midnight Blue. HEX triplet: 1C, 18 and 66. RGB value is (28,24,102). Sum of RGB (Red+Green+Blue) = 28+24+102=154 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.18% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #1C1866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1866 is #E3E799. Grayscale: #212121. Windows color (decimal): -14935962 or 6690844. OLE color: 6690844.

HSL color Cylindrical-coordinate representation of color #1C1866: hue angle of 243.08º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C1866 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2824102-
CMYK0.730.7600.6
HSL243.08º61.9%24.71%-
HSV(B)243.08º76.47%40%-
XYZ3.21.8612.76-
YUV34.09166.33123.66-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.18%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 102 (40.23% from 255) = 66.23%
R=18.18%
G=15.58%
B=66.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal28241020.730.7600.6243.0861.924.71
Hex1C1866494C03Cf33e19
Octal34301461111140743637631
Binary111001100011001101001001100110001111001111001111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,24,102); }

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

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

 a { background-color: rgb(28,24,102); }

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

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

 span { border-color: rgb(28,24,102); }

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