#1C2260

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

Shades of Midnight Blue #1C2260

Tints of Midnight Blue #1C2260

Color information

#1C2260 (or 0x1C2260) is unknown color: approx Midnight Blue. HEX triplet: 1C, 22 and 60. RGB value is (28,34,96). Sum of RGB (Red+Green+Blue) = 28+34+96=158 (20% of max value = 765). Red value is 28 (11.33% from 255 or 17.72% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #1C2260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2260 is #E3DD9F. Grayscale: #272727. Windows color (decimal): -14933408 or 6300188. OLE color: 6300188.

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

Color convert

RGB283496-
CMYK0.710.6500.62
HSL234.71º54.84%24.31%-
HSV(B)234.71º70.83%37.65%-
XYZ3.162.2411.33-
YUV39.27160.01119.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.72%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 96 (37.89% from 255) = 60.76%
R=17.72%
G=21.52%
B=60.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2834960.710.6500.62234.7154.8424.31
Hex1C2260474103Eeb3718
Octal34421401071010763536730
Binary1110010001011000001000111100000101111101110101111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,34,96); }

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

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

 a { background-color: rgb(28,34,96); }

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

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

 span { border-color: rgb(28,34,96); }

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