#1C215E

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

Shades of Midnight Blue #1C215E

Tints of Midnight Blue #1C215E

Color information

#1C215E (or 0x1C215E) is unknown color: approx Midnight Blue. HEX triplet: 1C, 21 and 5E. RGB value is (28,33,94). Sum of RGB (Red+Green+Blue) = 28+33+94=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #1C215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C215E is #E3DEA1. Grayscale: #262626. Windows color (decimal): -14933666 or 6168860. OLE color: 6168860.

HSL color Cylindrical-coordinate representation of color #1C215E: hue angle of 235.45º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C215E is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB283394-
CMYK0.700.6500.63
HSL235.45º54.1%23.92%-
HSV(B)235.45º70.21%36.86%-
XYZ3.042.1410.84-
YUV38.46159.34120.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.06%
GREEN value IS 33 (13.28% from 255) = 21.29%
BLUE value IS 94 (37.11% from 255) = 60.65%
R=18.06%
G=21.29%
B=60.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2833940.700.6500.63235.4554.123.92
Hex1C215E464103Feb3618
Octal34411361061010773536630
Binary1110010000110111101000110100000101111111110101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,33,94); }

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

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

 a { background-color: rgb(28,33,94); }

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

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

 span { border-color: rgb(28,33,94); }

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