#1C2261

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

Shades of Midnight Blue #1C2261

Tints of Midnight Blue #1C2261

Color information

#1C2261 (or 0x1C2261) is unknown color: approx Midnight Blue. HEX triplet: 1C, 22 and 61. RGB value is (28,34,97). Sum of RGB (Red+Green+Blue) = 28+34+97=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 97 (38.28% from 255 or 61.01% from 159); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C2261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2261 is #E3DD9E. Grayscale: #272727. Windows color (decimal): -14933407 or 6365724. OLE color: 6365724.

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

Color convert

RGB283497-
CMYK0.710.6500.62
HSL234.78º55.2%24.51%-
HSV(B)234.78º71.13%38.04%-
XYZ3.212.2511.58-
YUV39.39160.51119.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.61%
GREEN value IS 34 (13.67% from 255) = 21.38%
BLUE value IS 97 (38.28% from 255) = 61.01%
R=17.61%
G=21.38%
B=61.01%

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
Decimal2834970.710.6500.62234.7855.224.51
Hex1C2261474103Eeb3719
Octal34421411071010763536731
Binary1110010001011000011000111100000101111101110101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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