#1C314A

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

Shades of Midnight #1C314A

Tints of Midnight #1C314A

Color information

#1C314A (or 0x1C314A) is unknown color: approx Midnight. HEX triplet: 1C, 31 and 4A. RGB value is (28,49,74). Sum of RGB (Red+Green+Blue) = 28+49+74=151 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.54% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #1C314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C314A is #E3CEB5. Grayscale: #2D2D2D. Windows color (decimal): -14929590 or 4862236. OLE color: 4862236.

HSL color Cylindrical-coordinate representation of color #1C314A: hue angle of 212.61º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C314A is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB284974-
CMYK0.620.3400.71
HSL212.61º45.1%20%-
HSV(B)212.61º62.16%29.02%-
XYZ2.812.946.9-
YUV45.57144.04115.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.54%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 74 (29.30% from 255) = 49.01%
R=18.54%
G=32.45%
B=49.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2849740.620.3400.71212.6145.120
Hex1C314A3E22047d52d14
Octal3461112764201073255524
Binary111001100011001010111110100010010001111101010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,49,74); }

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

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

 a { background-color: rgb(28,49,74); }

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

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

 span { border-color: rgb(28,49,74); }

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