#1C2947

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

Shades of Midnight Express #1C2947

Tints of Midnight Express #1C2947

Color information

#1C2947 (or 0x1C2947) is unknown color: approx Midnight Express. HEX triplet: 1C, 29 and 47. RGB value is (28,41,71). Sum of RGB (Red+Green+Blue) = 28+41+71=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #1C2947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2947 is #E3D6B8. Grayscale: #282828. Windows color (decimal): -14931641 or 4663580. OLE color: 4663580.

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

Color convert

RGB284171-
CMYK0.610.4200.72
HSL221.86º43.43%19.41%-
HSV(B)221.86º60.56%27.84%-
XYZ2.412.296.28-
YUV40.53145.19119.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20%
GREEN value IS 41 (16.41% from 255) = 29.29%
BLUE value IS 71 (28.12% from 255) = 50.71%
R=20%
G=29.29%
B=50.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2841710.610.4200.72221.8643.4319.41
Hex1C29473D2A048de2b13
Octal3451107755201103365323
Binary111001010011000111111101101010010010001101111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,41,71); }

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

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

 a { background-color: rgb(28,41,71); }

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

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

 span { border-color: rgb(28,41,71); }

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