#1C3148

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

Shades of Midnight #1C3148

Tints of Midnight #1C3148

Color information

#1C3148 (or 0x1C3148) is unknown color: approx Midnight. HEX triplet: 1C, 31 and 48. RGB value is (28,49,72). Sum of RGB (Red+Green+Blue) = 28+49+72=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C3148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3148 is #E3CEB7. Grayscale: #2D2D2D. Windows color (decimal): -14929592 or 4731164. OLE color: 4731164.

HSL color Cylindrical-coordinate representation of color #1C3148: hue angle of 211.36º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C3148 is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB284972-
CMYK0.610.3200.72
HSL211.36º44%19.61%-
HSV(B)211.36º61.11%28.24%-
XYZ2.752.916.55-
YUV45.34143.04115.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.79%
GREEN value IS 49 (19.53% from 255) = 32.89%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=18.79%
G=32.89%
B=48.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2849720.610.3200.72211.364419.61
Hex1C31483D20048d32c14
Octal3461110754001103235424
Binary111001100011001000111101100000010010001101001110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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