#1C2063

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

Shades of Midnight Blue #1C2063

Tints of Midnight Blue #1C2063

Color information

#1C2063 (or 0x1C2063) is unknown color: approx Midnight Blue. HEX triplet: 1C, 20 and 63. RGB value is (28,32,99). Sum of RGB (Red+Green+Blue) = 28+32+99=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #1C2063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2063 is #E3DF9C. Grayscale: #262626. Windows color (decimal): -14933917 or 6496284. OLE color: 6496284.

HSL color Cylindrical-coordinate representation of color #1C2063: hue angle of 236.62º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C2063 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB283299-
CMYK0.720.6800.61
HSL236.62º55.91%24.9%-
HSV(B)236.62º71.72%38.82%-
XYZ3.252.1812.05-
YUV38.44162.17120.55-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.61%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 99 (39.06% from 255) = 62.26%
R=17.61%
G=20.13%
B=62.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2832990.720.6800.61236.6255.9124.9
Hex1C2063484403Ded3819
Octal34401431101040753557031
Binary1110010000011000111001000100010001111011110110111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,32,99); }

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

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

 a { background-color: rgb(28,32,99); }

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

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

 span { border-color: rgb(28,32,99); }

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