#1C2065

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

Shades of Midnight Blue #1C2065

Tints of Midnight Blue #1C2065

Color information

#1C2065 (or 0x1C2065) is unknown color: approx Midnight Blue. HEX triplet: 1C, 20 and 65. RGB value is (28,32,101). Sum of RGB (Red+Green+Blue) = 28+32+101=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #1C2065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2065 is #E3DF9A. Grayscale: #262626. Windows color (decimal): -14933915 or 6627356. OLE color: 6627356.

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

Color convert

RGB2832101-
CMYK0.720.6800.60
HSL236.71º56.59%25.29%-
HSV(B)236.71º72.28%39.61%-
XYZ3.342.2212.56-
YUV38.67163.17120.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.39%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 101 (39.84% from 255) = 62.73%
R=17.39%
G=19.88%
B=62.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal28321010.720.6800.60236.7156.5925.29
Hex1C2065484403Ced3919
Octal34401451101040743557131
Binary1110010000011001011001000100010001111001110110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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