#1C2668

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

Shades of Midnight Blue #1C2668

Tints of Midnight Blue #1C2668

Color information

#1C2668 (or 0x1C2668) is unknown color: approx Midnight Blue. HEX triplet: 1C, 26 and 68. RGB value is (28,38,104). Sum of RGB (Red+Green+Blue) = 28+38+104=170 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.47% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C2668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2668 is #E3D997. Grayscale: #2A2A2A. Windows color (decimal): -14932376 or 6825500. OLE color: 6825500.

HSL color Cylindrical-coordinate representation of color #1C2668: hue angle of 232.11º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C2668 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2838104-
CMYK0.730.6300.59
HSL232.11º57.58%25.88%-
HSV(B)232.11º73.08%40.78%-
XYZ3.672.6313.41-
YUV42.53162.69117.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.47%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 104 (41.02% from 255) = 61.18%
R=16.47%
G=22.35%
B=61.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal28381040.730.6300.59232.1157.5825.88
Hex1C2668493F03Be83a1a
Octal3446150111770733507232
Binary111001001101101000100100111111101110111110100011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,38,104); }

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

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

 a { background-color: rgb(28,38,104); }

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

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

 span { border-color: rgb(28,38,104); }

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