#1C1162

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

Shades of Midnight Blue #1C1162

Tints of Midnight Blue #1C1162

Color information

#1C1162 (or 0x1C1162) is unknown color: approx Midnight Blue. HEX triplet: 1C, 11 and 62. RGB value is (28,17,98). Sum of RGB (Red+Green+Blue) = 28+17+98=143 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.58% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #1C1162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1162 is #E3EE9D. Grayscale: #1D1D1D. Windows color (decimal): -14937758 or 6426908. OLE color: 6426908.

HSL color Cylindrical-coordinate representation of color #1C1162: hue angle of 248.15º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1C1162 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB281798-
CMYK0.710.8300.62
HSL248.15º70.43%22.55%-
HSV(B)248.15º82.65%38.43%-
XYZ2.881.5311.7-
YUV29.52166.64126.91-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.58%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 98 (38.67% from 255) = 68.53%
R=19.58%
G=11.89%
B=68.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2817980.710.8300.62248.1570.4322.55
Hex1C1162475303Ef84617
Octal342114210712307637010627
Binary1110010001110001010001111010011011111011111000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,17,98); }

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

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

 a { background-color: rgb(28,17,98); }

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

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

 span { border-color: rgb(28,17,98); }

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